Skip to content

Commit

Permalink
Merge pull request #11713 from jaikiran/qk-11711
Browse files Browse the repository at this point in the history
Temporarily disable ReactiveMongodbPanacheResourceTest
  • Loading branch information
gastaldi committed Aug 28, 2020
2 parents dc82d4f + 40993f9 commit 72b328f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import org.awaitility.Awaitility.await
import org.junit.jupiter.api.Assertions
import org.junit.jupiter.api.Assertions.assertEquals
import org.junit.jupiter.api.Assertions.assertNotNull
import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test
import java.io.IOException
import java.time.Duration
Expand All @@ -34,6 +35,7 @@ import javax.ws.rs.sse.SseEventSource

@QuarkusTest
@QuarkusTestResource(MongoTestResource::class)
@Disabled("See https://github.com/quarkusio/quarkus/issues/11711")
internal open class ReactiveMongodbPanacheResourceTest {
companion object {
private val LIST_OF_BOOK_TYPE_REF: TypeRef<List<BookDTO>> = object : TypeRef<List<BookDTO>>() {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import javax.ws.rs.sse.SseEventSource;

import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import com.fasterxml.jackson.databind.ObjectMapper;
Expand All @@ -42,6 +43,7 @@

@QuarkusTest
@QuarkusTestResource(MongoTestResource.class)
@Disabled("See https://github.com/quarkusio/quarkus/issues/11711")
class ReactiveMongodbPanacheResourceTest {
private static final TypeRef<List<BookDTO>> LIST_OF_BOOK_TYPE_REF = new TypeRef<List<BookDTO>>() {
};
Expand Down

0 comments on commit 72b328f

Please sign in to comment.