Skip to content

Commit

Permalink
Disable flaky test on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Aug 8, 2022
1 parent 8820e3d commit 9dc0297
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@
import java.util.concurrent.TimeUnit;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.moditect.layrry.launcher.LayrryLauncher;

import static io.restassured.RestAssured.given;
import static org.awaitility.Awaitility.await;
import static org.hamcrest.Matchers.equalTo;

// Upgrade to Junit5. Use a condition to skip only on CI
@Ignore("Test is flaky on CI")
public class LayrryLinksTest {
private static final String TOURNAMENT_PLUGIN_NAME = "tournament";
private static final String GREENKEEPING_PLUGIN_NAME = "greenkeeping";
Expand Down

0 comments on commit 9dc0297

Please sign in to comment.