Skip to content

Commit

Permalink
Mute one more disruption test (#94298)
Browse files Browse the repository at this point in the history
In #94207 we missed one disruption test still mimicking GC.
  • Loading branch information
rjernst authored Mar 6, 2023
1 parent ba55e1c commit 87066b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public class MasterDisruptionIT extends AbstractDisruptionTestCase {
* Test that cluster recovers from a long GC on master that causes other nodes to elect a new one
*/
public void testMasterNodeGCs() throws Exception {
assumeFalse("jdk20 removed thread suspend/resume", Runtime.version().feature() >= 20);
List<String> nodes = startCluster(3);

String oldMasterNode = internalCluster().getMasterName();
Expand Down

0 comments on commit 87066b8

Please sign in to comment.