We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c807500 commit db76cd2Copy full SHA for db76cd2
test/integration/goTest.run.test.ts
@@ -72,7 +72,7 @@ suite('Go Test Runner', () => {
72
);
73
});
74
75
- test('tests are run individually when profiling', async () => {
+ test.skip('tests are run individually when profiling', async () => {
76
const tests = Array.from(testExplorer.resolver.allItems).filter((x) => GoTest.parseId(x.id).name);
77
assert(tests, 'No tests found');
78
0 commit comments