Skip to content

Commit

Permalink
fix: enable native integration test (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
csviri authored Aug 10, 2023
1 parent 904ed89 commit c0deb49
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
package io.javaoperatorsdk.webhook.sample.conversion;

import org.junit.jupiter.api.Disabled;

import io.quarkus.test.junit.QuarkusIntegrationTest;

@Disabled
@QuarkusIntegrationTest
public class NativeConversionEndpointTest extends ConversionEndpointTest {
public class NativeConversionEndpointIT extends ConversionEndpointTest {
}

0 comments on commit c0deb49

Please sign in to comment.