summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMaciej Piechotka <uzytkownik2@gmail.com>2012-07-29 16:52:22 -0700
committerMaciej Piechotka <uzytkownik2@gmail.com>2012-07-29 16:52:22 -0700
commit57aa4bddeefa391e0e578a486d49fdc36b9f2f41 (patch)
tree1bae4e1bf30b22d7407ec47bd894ee6932822ba6 /tests
parent5d8d67044b415b31cda54ce0024a3db119518d00 (diff)
downloadlibgee-57aa4bddeefa391e0e578a486d49fdc36b9f2f41.tar.gz
Temporary disable broken test.
Diffstat (limited to 'tests')
-rw-r--r--tests/testmain.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testmain.vala b/tests/testmain.vala
index 20068e4..f05ae4d 100644
--- a/tests/testmain.vala
+++ b/tests/testmain.vala
@@ -26,7 +26,7 @@ void main (string[] args) {
TestSuite.get_root ().add_suite (new ArrayListTests ().get_suite ());
TestSuite.get_root ().add_suite (new ArrayQueueTests ().get_suite ());
- TestSuite.get_root ().add_suite (new ConcurrentListTests ().get_suite ());
+ //TestSuite.get_root ().add_suite (new ConcurrentListTests ().get_suite ());
TestSuite.get_root ().add_suite (new FunctionsTests ().get_suite ());
TestSuite.get_root ().add_suite (new HashMapTests ().get_suite ());
TestSuite.get_root ().add_suite (new HashMultiMapTests ().get_suite ());