Skip to content

Commit

Permalink
Enable test
Browse files Browse the repository at this point in the history
Signed-off-by: Kim Christensen <[email protected]>
  • Loading branch information
kichristensen committed Apr 4, 2024
1 parent c0d81cc commit 6e04774
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/integration/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ func TestRebuild(t *testing.T) {
// caused by us using a go map when comparing the mixins used in the bundle, which has inconsistent sort order...

//todo: This test is flaky still and upsetting CI
// for i := 0; i < 5; i++ {
// _, output = test.RequirePorter("explain")
// tests.RequireOutputContains(t, output, "Bundle is up-to-date!", "expected the previous build to be reused")
// }
for i := 0; i < 10; i++ {
_, output = test.RequirePorter("explain")
tests.RequireOutputContains(t, output, "Bundle is up-to-date!", "expected the previous build to be reused")
}

bumpBundle()

Expand Down

0 comments on commit 6e04774

Please sign in to comment.