Skip to content

Commit

Permalink
Mute one more disruption test
Browse files Browse the repository at this point in the history
In elastic#94207 we missed one disruption test still mimicking GC.
  • Loading branch information
rjernst committed Mar 3, 2023
1 parent 2cd4520 commit b92f60e
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 b92f60e

Please sign in to comment.