diff --git a/tests/integration/build_test.go b/tests/integration/build_test.go index b6ac129db4..020aae06b6 100644 --- a/tests/integration/build_test.go +++ b/tests/integration/build_test.go @@ -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()