Skip to content

Commit

Permalink
Skip some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mustard-mh committed Aug 12, 2024
1 parent cdd610b commit b1cb787
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/tests/ide/jetbrains/gateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func TestIntellij(t *testing.T) {
}

func TestPhpStorm(t *testing.T) {
t.Skip("TODO")
BaseGuard(t)
t.Parallel()
f := features.New("Start a workspace using PhpStorm").
Expand All @@ -68,6 +69,7 @@ func TestPhpStorm(t *testing.T) {
}

func TestPyCharm(t *testing.T) {
t.Skip("TODO")
BaseGuard(t)
t.Parallel()
f := features.New("Start a workspace using Pycharm").
Expand All @@ -84,6 +86,7 @@ func TestPyCharm(t *testing.T) {
}

func TestRubyMine(t *testing.T) {
t.Skip("TODO")
BaseGuard(t)
t.Parallel()
f := features.New("Start a workspace using RubyMine").
Expand All @@ -100,6 +103,7 @@ func TestRubyMine(t *testing.T) {
}

func TestWebStorm(t *testing.T) {
t.Skip("TODO")
BaseGuard(t)
t.Parallel()
f := features.New("Start a workspace using WebStorm").
Expand All @@ -116,6 +120,7 @@ func TestWebStorm(t *testing.T) {
}

func TestRider(t *testing.T) {
t.Skip("TODO")
BaseGuard(t)
t.Parallel()
t.Skip("Until ENT-56")
Expand All @@ -133,6 +138,7 @@ func TestRider(t *testing.T) {
}

func TestCLion(t *testing.T) {
t.Skip("TODO")
BaseGuard(t)
t.Parallel()
t.Skip("See EXP-414")
Expand All @@ -150,6 +156,7 @@ func TestCLion(t *testing.T) {
}

func TestRustRover(t *testing.T) {
t.Skip("TODO")
BaseGuard(t)
t.Parallel()
f := features.New("Start a workspace using RustRover").
Expand All @@ -166,6 +173,7 @@ func TestRustRover(t *testing.T) {
}

func TestIntellijNotPreconfiguredRepo(t *testing.T) {
t.Skip("TODO")
BaseGuard(t)
t.Parallel()
f := features.New("Start a workspace using Intellij with not preconfigured repo").
Expand All @@ -188,6 +196,7 @@ func TestIntellijNotPreconfiguredRepo(t *testing.T) {
var warmupIndexingShell []byte

func TestIntelliJWarmup(t *testing.T) {
t.Skip("TODO")
BaseGuard(t)
t.Parallel()
f := features.New("Start a workspace using Intellij and imagebuild to test warmup tasks").
Expand Down

0 comments on commit b1cb787

Please sign in to comment.