10000 Commenting out tests (#20005) · SwathyPraveen/arangodb@6f4cee9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f4cee9

Browse files
authored
Commenting out tests (arangodb#20005)
1 parent 9329cf6 commit 6f4cee9

File tree

Collapse file tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/js/client/shell/transaction/shell-transaction-cluster.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,8 @@ jsunity.run(transactionReplicationOnFollowersSuiteV1);
393393

394394
if (isReplication2Enabled) {
395395
let suites = [
396-
transactionReplication2ReplicateOperationSuite,
397-
transactionReplicationOnFollowersSuiteV2,
396+
//transactionReplication2ReplicateOperationSuite,
397+
//transactionReplicationOnFollowersSuiteV2,
398398
];
399399

400400
for (const suite of suites) {

0 commit comments

Comments
 (0)
0