Skip to content

Commit

Permalink
uncommented relevant code responding to review
Browse files Browse the repository at this point in the history
  • Loading branch information
orlicohen committed Aug 3, 2022
1 parent eb00bf4 commit 397f40b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public Object[][] cloudInputData() {
};
}

@Test(dataProvider = "cloudInputData"/*, groups = "bucket"*/)
@Test(dataProvider = "cloudInputData", groups = "bucket")
public void testReferenceCompatibilityCloudInputs(String dict, List<String> fastas, File expected, boolean isBAM, boolean isVCF) throws IOException{
final File output = createTempFile("testCompareReferencesCloudInputs", ".table");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public Object[][] cloudInputData() {
};
}

@Test(dataProvider = "cloudInputData"/*, groups = "bucket"*/)
@Test(dataProvider = "cloudInputData", groups = "bucket")
public void testCompareReferencesCloudInputs(List<String> fastas, File expected) throws IOException{
final File output = createTempFile("testCompareReferencesCloudInputs", ".table");
List<String> arguments = new ArrayList<>();
Expand Down

0 comments on commit 397f40b

Please sign in to comment.