Skip to content

Commit 8231e45

Browse files
committed
Test fix
1 parent b852ec7 commit 8231e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/broadinstitute/hellbender/tools/walkers/haplotypecaller/HaplotypeCallerIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class HaplotypeCallerIntegrationTest extends CommandLineProgramTest {
5454
// instead of actually running the tests. Can be used with "./gradlew test -Dtest.single=HaplotypeCallerIntegrationTest"
5555
// to update all of the exact-match tests at once. After you do this, you should look at the
5656
// diffs in the new expected outputs in git to confirm that they are consistent with expectations.
57-
public static final boolean UPDATE_EXACT_MATCH_EXPECTED_OUTPUTS = true;
57+
public static final boolean UPDATE_EXACT_MATCH_EXPECTED_OUTPUTS = false;
5858

5959
public static final String TEST_FILES_DIR = toolsTestDir + "haplotypecaller/";
6060

0 commit comments

Comments
 (0)