Skip to content

Commit

Permalink
skip test for oneshard
Browse files Browse the repository at this point in the history
  • Loading branch information
dothebart committed Apr 10, 2024
1 parent 3ea5c26 commit 3dd3269
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/js/server/dump/dump-test.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1458,6 +1458,10 @@
},

testSmartGraphSharding: function () {
if (db._properties().sharding === "single") {
print("Skipping testSmartGraphSharding for oneshard db");
return 0;
}
const eCol = getCollection(edges);
const eProp = eCol.properties();
const vCol = getCollection(vertices);
Expand Down

0 comments on commit 3dd3269

Please sign in to comment.