]> source.dussan.org Git - sonarqube.git/commitdiff
Exclude LITS plugin from it-plugins
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 28 Aug 2015 16:53:25 +0000 (18:53 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 28 Aug 2015 16:53:25 +0000 (18:53 +0200)
it/it-tests/src/test/java/plugins/PluginsTest.java

index f0cf76e83ea87e2d649e01e6ca4838e6afb3ecfc..576f2aa27d500b2af4048e8efaa276ca2151fe10 100644 (file)
@@ -46,7 +46,9 @@ public class PluginsTest {
   /**
    * Temporarily disabled plugins. To be re-enabled.
    */
-  static final Set<String> DISABLED_PLUGINS = Sets.newHashSet("devcockpit", "views");
+  static final Set<String> DISABLED_PLUGINS = Sets.newHashSet("devcockpit", "views",
+    // internal plugin used for integration tests of language plugins
+    "lits");
 
   static final Set<String> LICENSED_PLUGINS = Sets.newHashSet(
     "abap", "cobol", "cpp", "devcockpit", "objc", "pli", "plsql", "report", "rpg",