Skip to content

Commit

Permalink
Don't cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
macmv committed Sep 16, 2024
1 parent 4a4ab64 commit 3397b74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/integ/schema.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { cleanupDBs, evalOk, newDB, shellOk, stripMargin } from "./base";

describe("fauna schema staged commands", () => {
// Cleanup after ourselves.
after(async function () {
await cleanupDBs();
});
// after(async function () {
// await cleanupDBs();
// });

it("fauna schema push --stage --force works", async () => {
const secret = await newDB();
Expand Down

0 comments on commit 3397b74

Please sign in to comment.