mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 760905 - Disable problematic test for AITC; r=I
AITC is not enabled by default, so this test would just add overhead for people tracking the tree.
This commit is contained in:
parent
a977c26c34
commit
4f005b374e
@ -97,6 +97,7 @@ add_test(function test_queue_multiaddremove() {
|
||||
});
|
||||
});
|
||||
|
||||
/* TODO Bug 760905 - Temporarily disabled for orange.
|
||||
add_test(function test_queue_writelock() {
|
||||
// Queue should not enqueue or dequeue if lock is enabled.
|
||||
queue._writeLock = true;
|
||||
@ -112,4 +113,5 @@ add_test(function test_queue_writelock() {
|
||||
run_next_test();
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user