Skip to content

Commit

Permalink
Skipped one more flakey test
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Jun 8, 2022
1 parent 9065dc2 commit 1475327
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public override Task CanHandleNullMessageAsync() {
return base.CanHandleNullMessageAsync();
}

[Fact]
[Fact(Skip = "https://github.com/confluentinc/confluent-kafka-dotnet/issues/1832")]
public override Task CanSendDerivedMessageAsync() {
return base.CanSendDerivedMessageAsync();
}
Expand Down

0 comments on commit 1475327

Please sign in to comment.