diff --git a/.github/workflows/test-flaky.yml b/.github/workflows/test-flaky.yml index 38fa9cf0..8945a9c4 100644 --- a/.github/workflows/test-flaky.yml +++ b/.github/workflows/test-flaky.yml @@ -37,11 +37,11 @@ jobs: go: - 1.22 - 1.23 - test: - - TestF3LateBootstrap - - TestF3PauseResumeCatchup - - TestF3WithLookback - - TestF3FailRecover +# test: +# - TestF3LateBootstrap +# - TestF3PauseResumeCatchup +# - TestF3WithLookback +# - TestF3FailRecover steps: - name: Checkout uses: actions/checkout@v4 @@ -58,4 +58,4 @@ jobs: go-version: ${{ matrix.go }} cache: false - name: Repeat ${{ matrix.test }} - run: go test -race . -run=${{ matrix.test }} -v -count 50 \ No newline at end of file + run: go test -v -count 50 . --tags=theflakybunch \ No newline at end of file diff --git a/f3_test.go b/f3_test.go index 726933f7..45486fac 100644 --- a/f3_test.go +++ b/f3_test.go @@ -1,3 +1,6 @@ +//go:build theflakybunch +// +build theflakybunch + package f3_test import (