Skip to content

Commit

Permalink
fix: disable ExposedApp test in native mode for now
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed May 9, 2023
1 parent a776fe2 commit d490738
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
package io.halkyon;

import io.quarkus.test.junit.QuarkusIntegrationTest;
import org.junit.jupiter.api.Disabled;

@QuarkusIntegrationTest
@Disabled("Currently not possible to inject the dev service-provided k8s client in native app")
public class NativeExposedAppReconcilerIT extends ExposedAppReconcilerTest {

}

0 comments on commit d490738

Please sign in to comment.