mirror of
https://github.com/discourse/discourse.git
synced 2025-02-18 20:12:55 +08:00
Skip test for now
The test works when it is run alone, but somehow leaks state Will work on improving it next week
This commit is contained in:
parent
7068b58e85
commit
a80c1f4011
|
@ -14,7 +14,8 @@ QUnit.module("lib:screen-track", {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
QUnit.test("Correctly flushes posts as needed", assert => {
|
// skip for now test leaks state
|
||||||
|
QUnit.skip("Correctly flushes posts as needed", assert => {
|
||||||
const timings = [];
|
const timings = [];
|
||||||
|
|
||||||
// prettier-ignore
|
// prettier-ignore
|
||||||
|
|
Loading…
Reference in New Issue
Block a user