Skip to content

Commit 2ebfa20

Browse files
committed
Turn off training mode
2 parents ad0ed82 + 47ebab6 commit 2ebfa20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/utils/compare.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const resetCreationDate = input => input.replace(/\/CreationDate \(D:(.*?)\)/, '
2929
*/
3030

3131
window.comparePdf = (actual, expectedFile, suite) => {
32-
if (true) {
32+
if (false) {
3333
sendReference(`/specs/${suite}/reference/${expectedFile}`, resetCreationDate(actual))
3434
} else {
3535
const expected = resetCreationDate(loadBinaryResource(`/base/specs/${suite}/reference/${expectedFile}`).trim())

0 commit comments

Comments
 (0)