Progress on: fix failing test
diff --git a/org.eclipse.mylyn.tests/src/org/eclipse/mylyn/tests/AllTests.java b/org.eclipse.mylyn.tests/src/org/eclipse/mylyn/tests/AllTests.java
index 852e112..35c9018 100644
--- a/org.eclipse.mylyn.tests/src/org/eclipse/mylyn/tests/AllTests.java
+++ b/org.eclipse.mylyn.tests/src/org/eclipse/mylyn/tests/AllTests.java
@@ -37,11 +37,10 @@
         ErrorLogger.setDumpErrors(true);
         MylarIdePlugin.getDefault().setResourceMonitoringEnabled(false);
         
-        // NOTE: the order of these tests matters
-        // TODO: make tests clear workbench state on completion
+        // TODO: the order of these tests matters, but shouldn't
         //$JUnit-BEGIN$        
-        suite.addTest(AllIntegrationTests.suite());
         suite.addTest(AllMonitorTests.suite()); 
+        suite.addTest(AllIntegrationTests.suite());
         suite.addTest(AllXmlTests.suite());  // HACK: first because it doesn't clean up properly
         suite.addTest(AllIdeTests.suite());
         suite.addTest(AllJavaTests.suite());