Skip to content

Commit fb48712

Browse files
Add [SkippableFact]
1 parent 963adb5 commit fb48712

File tree

1 file changed

+1
-1
lines changed
  • dotnet/src/extensions/kafka/test/DotNetKafkaTest

1 file changed

+1
-1
lines changed

dotnet/src/extensions/kafka/test/DotNetKafkaTest/KafkaTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public KafkaIntegrationTests()
1616

1717
_topic = $"gxtopic_{Guid.NewGuid()}";
1818
}
19-
[Fact]
19+
[SkippableFact]
2020
public void Test_Producer_And_Consumer_With_Kafka()
2121
{
2222
GXMessaging producer = new GXMessaging();

0 commit comments

Comments
 (0)