Skip to content

Commit

Permalink
Skip async_predictor_test when testing legacy Cog
Browse files Browse the repository at this point in the history
  • Loading branch information
nevillelyh committed Dec 11, 2024
1 parent a3c91d6 commit d15c2e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/tests/async_predictor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ import (
)

func TestAsyncPredictorSucceeded(t *testing.T) {
if *legacyCog {
t.SkipNow()
}
ct := NewCogTest(t, "async_sleep")
ct.StartWebhook()
assert.NoError(t, ct.Start())
Expand Down

0 comments on commit d15c2e6

Please sign in to comment.