You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2015/11/03 03:27:05 UTC

[04/50] [abbrv] incubator-apex-core git commit: APEX-158 - buffer server tests intermittently fail. Temporarily disable testng provider while investigating why unit tests fail.

APEX-158 - buffer server tests intermittently fail. Temporarily disable testng provider while investigating why unit tests fail.


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/9990e159
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/9990e159
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/9990e159

Branch: refs/heads/master
Commit: 9990e159599998bb3a6f574c8b51a73d5eaf2c3a
Parents: 0a85586
Author: Vlad Rozov <v....@datatorrent.com>
Authored: Sat Sep 26 09:30:39 2015 -0700
Committer: Vlad Rozov <v....@datatorrent.com>
Committed: Sat Sep 26 09:30:39 2015 -0700

----------------------------------------------------------------------
 bufferserver/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/9990e159/bufferserver/pom.xml
----------------------------------------------------------------------
diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml
index 1c5027f..bbd27f2 100644
--- a/bufferserver/pom.xml
+++ b/bufferserver/pom.xml
@@ -35,6 +35,7 @@
 
   <build>
     <plugins>
+      <!--
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <dependencies>
@@ -45,6 +46,7 @@
           </dependency>
         </dependencies>
       </plugin>
+      -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>