run scale tests serially

This commit is contained in:
Asier Isayas
2025-12-29 10:43:46 -05:00
parent d6a84af0a2
commit e9f12298cd

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!;