Skip to content

Commit

Permalink
Merge pull request #1365 from gtroitsk/fix-code-style
Browse files Browse the repository at this point in the history
Fix code style imports errors
  • Loading branch information
michalvavrik committed Aug 16, 2023
2 parents f3dd42c + 2a692e2 commit a12d3b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package io.quarkus.ts.http.jakartarest.reactive;

import io.quarkus.test.scenarios.OpenShiftScenario;
import org.junit.jupiter.api.Disabled;

import io.quarkus.test.scenarios.OpenShiftScenario;

@OpenShiftScenario
@Disabled("https://github.com/quarkusio/quarkus/issues/35344")
public class OpenShiftRESTEasyReactiveMultipartIT extends RESTEasyReactiveMultipartIT {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package io.quarkus.ts.http.jakartarest.reactive.json;

import io.quarkus.test.scenarios.OpenShiftScenario;
import org.junit.jupiter.api.Disabled;

import io.quarkus.test.scenarios.OpenShiftScenario;

@OpenShiftScenario
@Disabled("https://github.com/quarkusio/quarkus/issues/35344")
public class OpenShiftJsonIT extends JsonIT {
Expand Down

0 comments on commit a12d3b7

Please sign in to comment.