mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-23 03:34:16 +00:00
remove container throughput on creation
This commit is contained in:
@@ -23,7 +23,9 @@ test.describe("Computed Properties", () => {
|
||||
});
|
||||
|
||||
test.afterAll("Delete Test Database", async () => {
|
||||
await context?.dispose();
|
||||
if (!process.env.CI) {
|
||||
await context?.dispose();
|
||||
}
|
||||
});
|
||||
|
||||
test("Add valid computed property", async ({ page }) => {
|
||||
|
||||
Reference in New Issue
Block a user