Skip to content

Commit

Permalink
Enable disabled test of OTel + OpenAPI
Browse files Browse the repository at this point in the history
See resolved issue: quarkusio/quarkus#34376.

Related to #1295.
  • Loading branch information
jsmrcka committed Jul 4, 2023
1 parent 443e6f6 commit 4227036
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import java.util.concurrent.TimeUnit;

import org.apache.http.HttpStatus;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledOnOs;
import org.junit.jupiter.api.condition.OS;
Expand Down Expand Up @@ -64,7 +63,6 @@ public void openApiUntraced() {
}

@Test
@Disabled("https://github.com/quarkusio/quarkus/issues/34376")
public void swaggerUiUntraced() {
testUntraced(SWAGGER_UI_PATH, SWAGGER_UI_OPERATION);
}
Expand Down

0 comments on commit 4227036

Please sign in to comment.