Skip to content

Commit

Permalink
Fix code style imports errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gtroitsk committed Aug 16, 2023
1 parent f3dd42c commit 2a692e2
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 2a692e2

Please sign in to comment.