Skip to content

Commit

Permalink
Remove artificial sleep for stale conntrack entries from E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rzetelskik committed Sep 25, 2023
1 parent e87c45c commit 59df894
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/e2e/utils/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,6 @@ func IsScyllaClusterRolledOut(sc *scyllav1.ScyllaCluster) (bool, error) {

framework.Infof("ScyllaCluster %s (RV=%s) is rolled out", klog.KObj(sc), sc.ResourceVersion)

// Allow CI to remove stale conntrack entries.
// https://github.com/scylladb/scylla-operator/issues/975
// TODO: remove when GitHub Actions upgrades to kernel version 5.14.
time.Sleep(5 * time.Second)

return true, nil
}

Expand Down

0 comments on commit 59df894

Please sign in to comment.