Commit 8252d9f
authored
fix(e2e test): Skip test that fails when bumping package versions. (#25677)
## Description
This PR skips a failing test that was blocking
#25672. While disabled,
we have other [unit
tests](https://github.com/microsoft/FluidFramework/blob/caa4550ea098d2b2455e0db863e244a6b6d22826/packages/runtime/container-runtime/src/test/documentSchema.spec.ts#L722)
to cover this functionality.1 parent caa4550 commit 8252d9f
File tree
1 file changed
+3
-1
lines changed- packages/test/test-end-to-end-tests/src/test
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| 307 | + | |
| 308 | + | |
307 | 309 | | |
308 | | - | |
| 310 | + | |
309 | 311 | | |
310 | 312 | | |
311 | 313 | | |
| |||
0 commit comments