change all tests to run serially

This commit is contained in:
Asier Isayas
2025-12-19 11:13:15 -08:00
parent b718f0c136
commit 21123b61dc
4 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ import { expect, test } from "@playwright/test";
import { CommandBarButton, DataExplorer, ONE_MINUTE_MS, TestAccount } from "../../fx";
import { createTestSQLContainer, TestContainerContext } from "../../testData";
test.describe("Settings under Scale & Settings", () => {
test.describe.serial("Settings under Scale & Settings", () => {
let context: TestContainerContext = null!;
let explorer: DataExplorer = null!;