Skip to content

Commit

Permalink
skip local test
Browse files Browse the repository at this point in the history
  • Loading branch information
harshil-goel committed Aug 27, 2024
1 parent 462c8d0 commit e14276e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discard_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ func bytesLessThan(a, b []byte) bool {
}

func TestReadC(t *testing.T) {
t.Skip()
allKeysF, err := os.Open("/home/harshil/all_keys_2")
require.NoError(t, err)
defer allKeysF.Close()
Expand Down

0 comments on commit e14276e

Please sign in to comment.