Skip to content

Commit

Permalink
Merge pull request #435 from liquidata-inc/db/skip-TestReadWithMinThr…
Browse files Browse the repository at this point in the history
…oughput

/go/libraries/utils/iohelp/read_test.go: Skipping TestReadWithMinThroughput due to flakiness
  • Loading branch information
coffeegoddd authored Feb 27, 2020
2 parents 224edd8 + ad5d23f commit 0cc0614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/libraries/utils/iohelp/read_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ func (rc *ReaderCollection) Close() error {
}

func TestReadWithMinThroughput(t *testing.T) {
t.Skip("Skipping test in all cases as it is inconsistent on Unix")
if osutil.IsWindows {
t.Skip("Skipping test as it is too inconsistent on Windows and will randomly pass or fail")
}
Expand Down

0 comments on commit 0cc0614

Please sign in to comment.