Skip to content

Commit

Permalink
Merge pull request #1624 from alliance-genome/skip-test
Browse files Browse the repository at this point in the history
skip SQTR Gene Association test for now
  • Loading branch information
adamgibs authored Jul 24, 2024
2 parents 7b38b06 + bbebddb commit 6364efa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import org.alliancegenome.curation_api.model.entities.Vocabulary;
import org.alliancegenome.curation_api.model.entities.VocabularyTerm;
import org.alliancegenome.curation_api.resources.TestContainerResource;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.MethodOrderer;
import org.junit.jupiter.api.Order;
Expand All @@ -22,6 +23,7 @@
import io.quarkus.test.junit.QuarkusIntegrationTest;
import io.restassured.RestAssured;

@Disabled
@QuarkusIntegrationTest
@QuarkusTestResource(TestContainerResource.Initializer.class)
@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
Expand Down

0 comments on commit 6364efa

Please sign in to comment.