Skip to content

Commit 899c961

Browse files
committed
Disable flaky test
1 parent 5c3e318 commit 899c961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/src/test/java/io/kafbat/ui/smokesuite/brokers/BrokersTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public void brokersSourceInfoCheck() {
139139
Assert.assertEquals(sourceInfoTooltip, Common.BROKER_SOURCE_INFO_TOOLTIP, "getSourceInfoTooltipText()");
140140
}
141141

142-
@Test
142+
@Test(enabled = false) // flaky, TODO issues/322
143143
public void brokersConfigEditCheck() {
144144
navigateToBrokersAndOpenDetails(DEFAULT_BROKER_ID);
145145
brokersDetails

0 commit comments

Comments
 (0)