File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
e2e-tests/src/test/java/io/kafbat/ui/smokesuite Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ public void urlWhileNavigationCheck() {
6262 }
6363
6464 @ Test
65+ @ Ignore
6566 public void pathWhileNavigationCheck () {
6667 navigateToBrokersAndOpenDetails (BROKER_ID );
6768 verifyComponentsPath (MenuItem .BROKERS , String .format ("Broker %d" , BROKER_ID ));
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ public void beforeClass() {
3838 }
3939
4040 @ Test
41+ @ Ignore
4142 public void createConnectorCheck () {
4243 Connector createConnector =
4344 Connector .createConnector (resourceToString ("testdata/connectors/create_config.json" ));
@@ -60,6 +61,7 @@ public void createConnectorCheck() {
6061 }
6162
6263 @ Test
64+ @ Ignore
6365 public void updateConnectorCheck () {
6466 navigateToConnectorsAndOpenDetails (UPDATE_CONNECTOR .getName ());
6567 connectorDetails
@@ -74,6 +76,7 @@ public void updateConnectorCheck() {
7476 }
7577
7678 @ Test
79+ @ Ignore
7780 public void deleteConnectorCheck () {
7881 navigateToConnectorsAndOpenDetails (DELETE_CONNECTOR .getName ());
7982 connectorDetails
You can’t perform that action at this time.
0 commit comments