chore: skip integration test with race (#12100)
This commit is contained in:
parent
739f800b53
commit
d88067566c
|
|
@ -470,6 +470,8 @@ func TestConsumerGroupHandler_Handle(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestKafkaRoundTripIntegration(t *testing.T) {
|
||||
t.Skip("fails race check")
|
||||
|
||||
if testing.Short() {
|
||||
t.Skip("Skipping integration test in short mode")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue