Skip to content

Commit

Permalink
Disable tests which were broken in 3.2.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
fedinskiy committed Jul 11, 2023
1 parent 0b271cb commit e38ace2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
package io.quarkus.qe;

import org.junit.jupiter.api.Disabled;

import io.quarkus.test.scenarios.OpenShiftDeploymentStrategy;
import io.quarkus.test.scenarios.OpenShiftScenario;

@OpenShiftScenario(deployment = OpenShiftDeploymentStrategy.UsingOpenShiftExtensionAndDockerBuildStrategy)
@Disabled("https://github.com/quarkusio/quarkus/issues/34645")
public class OpenShiftDockerBuildIT extends LocalIT {
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
package io.quarkus.qe;

import org.junit.jupiter.api.Disabled;

import io.quarkus.test.scenarios.OpenShiftDeploymentStrategy;
import io.quarkus.test.scenarios.OpenShiftScenario;

@OpenShiftScenario(deployment = OpenShiftDeploymentStrategy.UsingOpenShiftExtension)
@Disabled("https://github.com/quarkusio/quarkus/issues/34645")
public class OpenShiftExtensionIT extends LocalIT {
}

0 comments on commit e38ace2

Please sign in to comment.