Skip to content

Commit

Permalink
tests: fix JUnit test, #TASK-7064, #TASK-7049
Browse files Browse the repository at this point in the history
  • Loading branch information
jtarraga committed Oct 5, 2024
1 parent 94c8f6a commit 283668a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public void setUp() throws Throwable {
setUpCatalogManager();

file = opencga.createFile(STUDY, "variant-test-file.vcf.gz", token);
// variantStorageManager.index(STUDY, file.getId(), opencga.createTmpOutdir("_index"), new ObjectMap(VariantStorageOptions.ANNOTATE.key(), true), token);
variantStorageManager.index(STUDY, file.getId(), opencga.createTmpOutdir("_index"), new ObjectMap(VariantStorageOptions.ANNOTATE.key(), true), token);

for (int i = 0; i < file.getSampleIds().size(); i++) {
String id = file.getSampleIds().get(i);
Expand Down

0 comments on commit 283668a

Please sign in to comment.