Suppress two Flaky Harness Tests

These tests are hanging forever in Jenkins


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/13e09151
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/13e09151
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/13e09151

Branch: refs/heads/master
Commit: 13e091516049f83f0d6ae8e24f3840269de15f19
Parents: 345c2ac
Author: Thomas Groh <tg...@google.com>
Authored: Tue Feb 14 12:48:34 2017 -0800
Committer: Thomas Groh <tg...@google.com>
Committed: Tue Feb 14 13:54:04 2017 -0800

----------------------------------------------------------------------
 sdks/java/harness/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/13e09151/sdks/java/harness/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/java/harness/pom.xml b/sdks/java/harness/pom.xml
index e164ee0..3abe70b 100644
--- a/sdks/java/harness/pom.xml
+++ b/sdks/java/harness/pom.xml
@@ -44,6 +44,18 @@
           <target>1.8</target>
         </configuration>
       </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <!-- Flaky in Precommit. See BEAM-1487 
https://issues.apache.org/jira/browse/BEAM-1487 -->
+            
<exclude>org.apache.beam.fn.harness.logging.BeamFnLoggingClientTest</exclude>
+            
<exclude>org.apache.beam.fn.harness.stream.BufferingStreamObserverTest</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 

Reply via email to