fix(azure-end-to-end-tests): Skip broken tests until fixed
Description
This PR skips two tests that are currently broken (see pipelines). An ADO repair item has been opened to fix this.
I think these started to fail at the same time that the t9s tests broke, which seems to have been caused by some change we made. Before being too quick to disable these, I'd check with @kian-thompson if what he's looking into regarding the t9s tests could have affected these ones too.
⯅ @fluid-example/bundle-size-tests: +245 Bytes
| Metric Name | Baseline Size | Compare Size | Size Diff |
|---|---|---|---|
| aqueduct.js | 459.99 KB | 460.03 KB | ⯅ +35 Bytes |
| azureClient.js | 558.03 KB | 558.07 KB | ⯅ +49 Bytes |
| connectionState.js | 680 Bytes | 680 Bytes | ■ No change |
| containerRuntime.js | 260.83 KB | 260.84 KB | ⯅ +14 Bytes |
| fluidFramework.js | 402.75 KB | 402.77 KB | ⯅ +14 Bytes |
| loader.js | 134.26 KB | 134.28 KB | ⯅ +14 Bytes |
| map.js | 42.3 KB | 42.31 KB | ⯅ +7 Bytes |
| matrix.js | 146.47 KB | 146.48 KB | ⯅ +7 Bytes |
| odspClient.js | 525.31 KB | 525.36 KB | ⯅ +49 Bytes |
| odspDriver.js | 97.72 KB | 97.74 KB | ⯅ +21 Bytes |
| odspPrefetchSnapshot.js | 42.78 KB | 42.79 KB | ⯅ +14 Bytes |
| sharedString.js | 163.18 KB | 163.18 KB | ⯅ +7 Bytes |
| sharedTree.js | 393.27 KB | 393.27 KB | ⯅ +7 Bytes |
| Total Size | 3.3 MB | 3.3 MB | ⯅ +245 Bytes |
Baseline commit: 46dc8dc2c3cd514979e888ea9b39f7aa720e0fb7
Generated by :no_entry_sign: dangerJS against 4def0c54fab46309a8ad37b316f6aeb462cb7d48
This was caused by my change. Here's the fix: https://github.com/microsoft/FluidFramework/pull/22335
Closing, tests fixed via https://github.com/microsoft/FluidFramework/pull/22335