Skip to content

Commit

Permalink
Merge branch 'TASK-5663' of github.com:opencb/opencga into TASK-5663
Browse files Browse the repository at this point in the history
  • Loading branch information
pfurio committed Feb 23, 2024
2 parents 1e366ea + f737635 commit 446e955
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
@Ignore
public abstract class VariantStorageSearchIntersectTest extends VariantStorageBaseTest {

@ClassRule
@ClassRule(order = 10)
public static VariantSolrExternalResource solr = new VariantSolrExternalResource();

protected VariantDBAdaptor dbAdaptor;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
@Category(LongTests.class)
public class HadoopVariantStorageSearchIntersectTest extends VariantStorageSearchIntersectTest implements HadoopVariantStorageTest {

@ClassRule(order = 0)
@ClassRule(order = 1)
public static HadoopSolrSupport solrSupport = new HadoopSolrSupport();

@ClassRule(order = 1)
@ClassRule(order = 20)
public static ExternalResource externalResource = new HadoopExternalResource();

@Override
Expand Down

0 comments on commit 446e955

Please sign in to comment.