Skip to content

Commit

Permalink
chore: Disable reconnect test in CI (#10603)
Browse files Browse the repository at this point in the history
Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
  • Loading branch information
Neeharika-Sompalli authored Dec 21, 2023
1 parent f10afe6 commit 220fdba
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
import static com.hedera.services.bdd.suites.token.TokenTransactSpecs.SUPPLY_KEY;

import com.hedera.services.bdd.junit.HapiTest;
import com.hedera.services.bdd.junit.HapiTestSuite;
import com.hedera.services.bdd.spec.HapiSpec;
import com.hedera.services.bdd.spec.HapiSpecOperation;
import com.hedera.services.bdd.suites.HapiSuite;
Expand All @@ -54,7 +53,7 @@
* shuts one node,and starts it back after some time. Node will reconnect, and once reconnect is completed
* submits the same burst of mixed operations again.
*/
@HapiTestSuite // This should be enabled once there is a different tag to be run in CI, since it shuts down nodes
// @HapiTestSuite // This should be enabled once there is a different tag to be run in CI, since it shuts down nodes
public class MixedOpsNodeDeathReconnectTest extends HapiSuite {
private static final Logger log = LogManager.getLogger(MixedOpsNodeDeathReconnectTest.class);

Expand Down

0 comments on commit 220fdba

Please sign in to comment.