Skip to content

Commit

Permalink
Skip flaky test (#5731)
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Gera <[email protected]>

Signed-off-by: Matej Gera <[email protected]>
  • Loading branch information
matej-g authored Sep 27, 2022
1 parent e6e268e commit ebd06fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/compact_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ func TestCompactWithStoreGateway(t *testing.T) {
}

func TestCompactWithStoreGatewayWithPenaltyDedup(t *testing.T) {
t.Skip("Flaky test, needs deeper investigation before re-enabling, details are in https://github.com/thanos-io/thanos/issues/4866")
testCompactWithStoreGateway(t, true)
}

Expand Down

0 comments on commit ebd06fc

Please sign in to comment.