Skip to content

Commit

Permalink
Skip flakey test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed Apr 17, 2024
1 parent 717c819 commit dd2fb57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions provider/internal/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,11 @@ func TestNormalizeReference(t *testing.T) {

func TestBuildError(t *testing.T) {
t.Parallel()

if os.Getenv("CI") != "" {
t.Skip("flaky on CI for some reason")
}

ctrl, ctx := gomock.WithContext(context.Background(), t)

exampleContext := &BuildContext{Context: Context{Location: "../../examples/app"}}
Expand Down

0 comments on commit dd2fb57

Please sign in to comment.