Skip to content

Commit 0fd92b5

Browse files
Merge pull request #1178 from Krinkle/rm-pause-workaround
Remove pauseTest workaround
2 parents bb09cb7 + bf94582 commit 0fd92b5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

addon/src/index.js

-6
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,6 @@ export function setupTest(hooks, _options) {
5959
let originalPauseTest = this.pauseTest;
6060
this.pauseTest = function QUnit_pauseTest() {
6161
assert.timeout(-1); // prevent the test from timing out
62-
63-
// This is a temporary work around for
64-
// https://github.com/emberjs/ember-qunit/issues/496 this clears the
65-
// timeout that would fail the test when it hits the global testTimeout
66-
// value.
67-
clearTimeout(QUnit.config.timeout);
6862
return originalPauseTest.call(this);
6963
};
7064
});

0 commit comments

Comments
 (0)