We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81bd62e commit a9db367Copy full SHA for a9db367
srv/src/test/java/my/bookshop/GenreHierarchyTest.java
@@ -7,6 +7,7 @@
7
8
import java.net.URI;
9
10
+import org.junit.jupiter.api.Disabled;
11
import org.junit.jupiter.api.Test;
12
import org.springframework.beans.factory.annotation.Autowired;
13
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
@@ -195,7 +196,7 @@ void testFilterNotExpanded() throws Exception {
195
196
.andExpect(jsonPath("$.value[1]").doesNotExist());
197
}
198
- @Ignore
199
+ @Disabled
200
@Test
201
@WithMockUser(username = "admin")
202
void testFilterExpandLevels() throws Exception {
0 commit comments