Skip to content

Commit

Permalink
goDebugConfiguration.test.ts: remove .only
Browse files Browse the repository at this point in the history
Change-Id: Ia8d68e0ff5182af4f027983d87e30850cb16539d
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/365794
Trust: Suzy Mueller <[email protected]>
Run-TryBot: Suzy Mueller <[email protected]>
TryBot-Result: kokoro <[email protected]>
Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
  • Loading branch information
suzmue committed Nov 22, 2021
1 parent ed9b7bc commit 6448e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/goDebugConfiguration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ suite('Debug Environment Variable Merge Test', () => {
});
});

suite.only('Debug Configuration Merge User Settings', () => {
suite('Debug Configuration Merge User Settings', () => {
const debugConfigProvider = new GoDebugConfigurationProvider();
const config = require('../../src/config');

Expand Down

0 comments on commit 6448e9d

Please sign in to comment.