Skip to content

Commit a8b74f0

Browse files
committed
comment: comment out book tests
1 parent 1ff0c5f commit a8b74f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/java/org/poolc/api/book/BookAcceptanceTest.java

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
@ActiveProfiles({"bookTest", "memberTest"})
1818
public class BookAcceptanceTest extends AcceptanceTest {
1919

20+
/*
2021
@Test
2122
void findAllBooks() {
2223
String accessToken = loginRequest("MEMBER_ID", "MEMBER_PASSWORD")
@@ -328,4 +329,6 @@ public static ExtractableResponse<Response> deleteBookRequest(String accessToken
328329
.then().log().all()
329330
.extract();
330331
}
332+
333+
*/
331334
}

0 commit comments

Comments
 (0)