Skip to content

Commit

Permalink
Merge pull request #1302 from jsmrcka/otel-openapi
Browse files Browse the repository at this point in the history
Enable disabled test of OTel + OpenAPI
  • Loading branch information
michalvavrik authored Jul 4, 2023
2 parents 443e6f6 + 4227036 commit 359c0b3
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 359c0b3

Please sign in to comment.