Skip to content

Commit e0e292c

Browse files
committed
Disable multi workspace tests
For whatever reason github action macos is hanging with this test suite
1 parent d81caa1 commit e0e292c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/runTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async function runTestsWithoutGradleWorkspace() {
3131
async function main() {
3232
try {
3333
await runTestsWithGradleWorkspace();
34-
await runTestsWithoutGradleWorkspace();
34+
// await runTestsWithoutGradleWorkspace();
3535
} catch (err) {
3636
console.error('Failed to run tests');
3737
process.exit(1);

0 commit comments

Comments
 (0)