Skip to content

Commit 7ebb612

Browse files
committed
Skip test TestIngestorRestart
1 parent 5533cf5 commit 7ebb612

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/receive/handler_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1841,6 +1841,8 @@ func TestHandlerFlippingHashrings(t *testing.T) {
18411841
}
18421842

18431843
func TestIngestorRestart(t *testing.T) {
1844+
// TODO: fix this test. It has a data race.
1845+
t.Skip("Skipping this test case temporarily due to a data race")
18441846
var err error
18451847
logger := log.NewLogfmtLogger(os.Stderr)
18461848
addr1, addr2, addr3 := "localhost:14090", "localhost:14091", "localhost:14092"

0 commit comments

Comments
 (0)