Skip to content

Commit

Permalink
provider: mark TestOfflineRecordsThenOnlineRepublish flaky on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorropo committed Aug 25, 2023
1 parent 38ecf0e commit c135968
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions provider/reprovider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
"testing"
"time"

"github.com/ipfs/boxo/internal/test"
"github.com/ipfs/go-cid"
"github.com/ipfs/go-datastore"
dssync "github.com/ipfs/go-datastore/sync"
Expand Down Expand Up @@ -180,6 +181,9 @@ func testProvider(t *testing.T, singleProvide bool) {
}

func TestOfflineRecordsThenOnlineRepublish(t *testing.T) {
if runtime.GOOS == "windows" {
test.Flaky(t)
}
// Don't run in Parallel as this test is time sensitive.

someHash, err := mh.Sum([]byte("Vires in Numeris!"), mh.BLAKE3, -1)
Expand Down

0 comments on commit c135968

Please sign in to comment.