Skip to content

Commit e5aadf5

Browse files
committed
disable circuit tests
1 parent 88a9dd9 commit e5aadf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/remixdesktop/test/tests/app/circom-compiler.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ const tests = {
5454

5555
}
5656

57-
module.exports = tests
57+
module.exports = {} /// disable for now, it takes too long to run tests

apps/remixdesktop/test/tests/app/circom-script.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ const tests = {
6464

6565
}
6666

67-
module.exports = tests
67+
module.exports = {} // disable for now, it takes too long to run tests

0 commit comments

Comments
 (0)