瀏覽代碼

Fix unstable e2e test #2373

anezboretskiy 2 年之前
父節點
當前提交
5849f02770
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/TopicTests.java

+ 0 - 1
kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/TopicTests.java

@@ -65,7 +65,6 @@ public class TopicTests extends BaseTest {
                 .topicIsNotVisible(NEW_TOPIC);
     }
 
-    @Disabled("Due to issue https://github.com/provectus/kafka-ui/issues/1500 ignore this test")
     @SneakyThrows
     @DisplayName("should update a topic")
     @Issue("1500")