diff --git a/cts/corotests.py b/cts/corotests.py index 28bfb7cb..10bdfc0e 100644 --- a/cts/corotests.py +++ b/cts/corotests.py @@ -1028,7 +1028,7 @@ GenTestClasses.append(CpgCfgChgOnExecCrash) GenTestClasses.append(CpgCfgChgOnGroupLeave) GenTestClasses.append(CpgCfgChgOnNodeLeave) GenTestClasses.append(CpgCfgChgOnNodeIsolate) -GenTestClasses.append(CpgCfgChgOnNodeRestart) +#GenTestClasses.append(CpgCfgChgOnNodeRestart) GenTestClasses.append(CpgCfgChgOnLowestNodeJoin) GenTestClasses.append(VoteQuorumGoDown) GenTestClasses.append(VoteQuorumGoUp)