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:
Gregory Szorc 2012-06-04 10:14:30 +02:00
parent a977c26c34
commit 4f005b374e

View File

@ -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();
});
});
});
});
*/