Skip to content

Commit

Permalink
Enable disabled HTTP Caching test in jaxrs-reactive
Browse files Browse the repository at this point in the history
Related issue has been resolved in Quarkus upstream:
quarkusio/quarkus#19822
  • Loading branch information
jsmrcka committed Sep 1, 2021
1 parent f1d153a commit b7e71c8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

import org.apache.http.HttpHeaders;
import org.apache.http.HttpStatus;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import io.quarkus.test.scenarios.QuarkusScenario;
Expand Down Expand Up @@ -39,8 +38,6 @@ public void shouldGetCacheControlAllAttributes() {
containsString("private"))));
}

// TODO: https://github.com/quarkusio/quarkus/issues/19822
@Disabled
@Test
public void shouldGetNoCacheUnqualified() {
whenGet("/nocache-unqualified").header(HttpHeaders.CACHE_CONTROL, is("no-cache"));
Expand Down

0 comments on commit b7e71c8

Please sign in to comment.