Skip to content

Commit

Permalink
remove workload test (knative#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
skonto authored Jul 4, 2024
1 parent 4a387a5 commit d134291
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openshift/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,9 @@ function run_e2e_tests(){
# Use sed as the -spoofinterval parameter is not available yet
sed "s/\(.*requestInterval =\).*/\1 10 * time.Millisecond/" -i vendor/knative.dev/pkg/test/spoof/spoof.go

# TODO: bring it back once it is stable upstream
rm -rf test/ha/workload_test.go

# Run HA tests separately as they're stopping core Knative Serving pods
# Define short -spoofinterval to ensure frequent probing while stopping pods
go_test_e2e -tags=e2e -timeout=15m -failfast -parallel=1 \
Expand Down

0 comments on commit d134291

Please sign in to comment.