Continue running tests with weak network (#6223)

This commit is contained in:
Jace Browning
2025-04-08 22:13:38 -04:00
committed by GitHub
parent a31fd608cf
commit e4f73a6d5c
3 changed files with 5 additions and 1 deletions

View File

@ -61,6 +61,7 @@ function tomlStringOverWriteNamedViewUuids(toml: string): string {
}
test.describe('Named view tests', () => {
test.skip() // TODO: Jace is working on these
test('Verify project.toml is not created', async ({ page }, testInfo) => {
// Create project and load it
const projectName = 'named-views'