Skip to content

Commit

Permalink
Enable flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalKorepta committed Jan 2, 2025
1 parent fdfe86e commit 1ccc2e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import (
// Annotations of all objects created by the controller are stable across flux
// and de-fluxed.
func (s *RedpandaControllerSuite) TestIntegrationStableUIDAndGeneration() {
s.T().Skip("Too flaky")
testutil.SkipIfNotIntegration(s.T())
testutil.RequireTimeout(s.T(), time.Minute*20)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ import (
var decommissionerRBAC []byte

func TestIntegrationStatefulSetDecommissioner(t *testing.T) {
t.Skip("Too flaky")
testutil.SkipIfNotIntegration(t)
testutil.RequireTimeout(t, time.Minute*10)

Expand Down

0 comments on commit 1ccc2e5

Please sign in to comment.