Skip to content

Commit e9708ca

Browse files
committed
Add label team=IDE
Signed-off-by: JenTing Hsiao <[email protected]>
1 parent 93eed5f commit e9708ca

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

test/tests/ide/jetbrains/gateway_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ func TestJetBrainsGatewayWorkspace(t *testing.T) {
8080
integration.SkipWithoutUserToken(t, userToken)
8181

8282
f := features.New("Start a workspace and let JetBrains Gateway connect").
83-
WithLabel("component", "IDE").
83+
WithLabel("team", "IDE").
84+
WithLabel("component", "jetbrains").
8485
Assess("it can start a workspace and let JetBrains Gateway connect", func(_ context.Context, t *testing.T, cfg *envconf.Config) context.Context {
8586
ctx, cancel := context.WithTimeout(context.Background(), 30*time.Minute)
8687
defer cancel()

test/tests/ide/vscode/python_ws_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ func TestPythonExtWorkspace(t *testing.T) {
4646
integration.SkipWithoutUserToken(t, userToken)
4747

4848
f := features.New("PythonExtensionWorkspace").
49-
WithLabel("component", "server").
49+
WithLabel("team", "IDE").
50+
WithLabel("component", "vscode").
5051
Assess("it can run python extension in a workspace", func(_ context.Context, t *testing.T, cfg *envconf.Config) context.Context {
5152
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Minute)
5253
defer cancel()

0 commit comments

Comments
 (0)