Skip to content

Commit

Permalink
Use disabled instead
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce-anderson committed Oct 8, 2024
1 parent 03020e3 commit f062d54
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
import org.hamcrest.Matchers;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.extension.RegisterExtension;
import org.junit.jupiter.api.parallel.Execution;
import org.junit.jupiter.api.parallel.ExecutionMode;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.Arguments;
import org.junit.jupiter.params.provider.MethodSource;
import org.testng.annotations.Ignore;

import java.net.InetSocketAddress;
import java.util.ArrayList;
Expand Down Expand Up @@ -228,7 +228,7 @@ static Stream<Arguments> casesSupplier() {
return arguments.stream();
}

@Ignore // Disabled due to continued flakiness. See issue #2245 for more details.
@Disabled // Disabled due to continued flakiness. See issue #2245 for more details.
@ParameterizedTest(name = "Type={0} builder={1} filter={2} LB={3} CF={4}")
@MethodSource("casesSupplier")
void clientStrategy(final BuilderType builderType,
Expand Down

0 comments on commit f062d54

Please sign in to comment.