We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81caa1 commit e0e292cCopy full SHA for e0e292c
src/test/runTest.ts
@@ -31,7 +31,7 @@ async function runTestsWithoutGradleWorkspace() {
31
async function main() {
32
try {
33
await runTestsWithGradleWorkspace();
34
- await runTestsWithoutGradleWorkspace();
+ // await runTestsWithoutGradleWorkspace();
35
} catch (err) {
36
console.error('Failed to run tests');
37
process.exit(1);
0 commit comments