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 4, 2023
1 parent 53d3226 commit d7ec35b
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 d7ec35b

Please sign in to comment.