Skip to content

Commit

Permalink
Ignore some particularly long tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sgwilym committed Jul 4, 2024
1 parent d2658a8 commit 96ad7bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/store/storage/kv/kv.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ Deno.test({
},
});

Deno.test({
Deno.test.ignore({
name: "Random Tests IndexDB",
async fn() {
let numKeys = 8;
Expand Down
4 changes: 2 additions & 2 deletions src/store/storage/kv/prefixed_driver.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Deno.test({
},
});

Deno.test({
Deno.test.ignore({
name: "Random Tests",
async fn() {
const numKeys = 8;
Expand All @@ -191,7 +191,7 @@ Deno.test({
},
});

Deno.test({
Deno.test.ignore({
name: "More random Tests",
async fn() {
const numKeys = 16;
Expand Down

0 comments on commit 96ad7bc

Please sign in to comment.