mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-06-14 00:17:36 +01:00
in stored procedure test, only delete DB when running locally not in CI
This commit is contained in:
@@ -14,9 +14,11 @@ test.describe("Stored Procedures", () => {
|
|||||||
explorer = await DataExplorer.open(page, TestAccount.SQL);
|
explorer = await DataExplorer.open(page, TestAccount.SQL);
|
||||||
});
|
});
|
||||||
|
|
||||||
test.afterAll("Delete Test Database", async () => {
|
if (!process.env.CI) {
|
||||||
await context?.dispose();
|
test.afterAll("Delete Test Database", async () => {
|
||||||
});
|
await context?.dispose();
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
test("Add, execute, and delete stored procedure", async ({ page }, testInfo) => {
|
test("Add, execute, and delete stored procedure", async ({ page }, testInfo) => {
|
||||||
void page;
|
void page;
|
||||||
|
|||||||
Reference in New Issue
Block a user