Skip to content

Commit db76cd2

Browse files
committed
test/integration/goTest: skip Profile tests
Kokoro is stuck again in https://go-review.googlesource.com/c/vscode-go/+/358544/3 Disable a profile test for now. Updates #1858 Change-Id: Ia5c05770f924a66287a448f41d843028b9bda264 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/358615 Trust: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Suzy Mueller <[email protected]>
1 parent c807500 commit db76cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/goTest.run.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ suite('Go Test Runner', () => {
7272
);
7373
});
7474

75-
test('tests are run individually when profiling', async () => {
75+
test.skip('tests are run individually when profiling', async () => {
7676
const tests = Array.from(testExplorer.resolver.allItems).filter((x) => GoTest.parseId(x.id).name);
7777
assert(tests, 'No tests found');
7878

0 commit comments

Comments
 (0)