Skip to content

Commit

Permalink
Merge pull request #1642 from mocenas/disable_affected_test
Browse files Browse the repository at this point in the history
Disable test affected by QQE-465
  • Loading branch information
mjurc authored Feb 7, 2024
2 parents a672d13 + 660599a commit 87844cd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
import java.util.function.Predicate;

import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import io.quarkus.test.scenarios.OpenShiftScenario;

@OpenShiftScenario
@Disabled("https://github.com/quarkus-qe/quarkus-test-framework/issues/1034")
public class OpenShiftExecutionModelIT extends ExecutionModelIT {
//TODO https://github.com/quarkusio/quarkus/issues/29642
// investigate: when FILE_SIZE is set to 99999999, we are getting a
Expand Down

0 comments on commit 87844cd

Please sign in to comment.