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

@@ -9,7 +9,7 @@ import {
} from "../../fx";
import { createTestSQLContainer, TestContainerContext } from "../../testData";
test.describe("Autoscale and Manual throughput", () => {
test.describe.serial("Autoscale and Manual throughput", () => {
let context: TestContainerContext = null!;
let explorer: DataExplorer = null!;