Skip to content

Commit

Permalink
Merge pull request #729 from michalvavrik/feature/disable-continuous-…
Browse files Browse the repository at this point in the history
…testing-assertion

Disable DEV mode continuous testing scenarios due to upstream re-working
  • Loading branch information
michalvavrik authored Apr 5, 2023
2 parents 2c059b8 + 7018e9f commit 7160c27
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import static org.hamcrest.Matchers.is;

import org.apache.http.HttpStatus;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.MethodOrderer;
import org.junit.jupiter.api.Order;
import org.junit.jupiter.api.Test;
Expand All @@ -15,6 +16,8 @@
import io.quarkus.test.services.DevModeQuarkusApplication;
import io.quarkus.test.utils.AwaitilityUtils;

// TODO: mvavrik enable and adapt to new continuous testing page
@Disabled("Disabled as DEV UI continuous testing is currently re-worked")
@QuarkusScenario
@DisabledOnNative
@DisabledOnQuarkusVersion(version = "1\\..*", reason = "Continuous Testing was entered in 2.x")
Expand Down

0 comments on commit 7160c27

Please sign in to comment.