Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #848 from zanata/remove-surefire-snapshot
Browse files Browse the repository at this point in the history
Downgrade Surefire for release
  • Loading branch information
seanf committed Jun 4, 2015
2 parents 8e915d2 + 508cdb2 commit eaa40a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Expand Up @@ -21,6 +21,7 @@

package org.zanata.feature.misc;

import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.zanata.feature.testharness.TestPlan;
Expand All @@ -37,6 +38,7 @@ public class FlakyTest {
static int n = 0;

@Category(TestPlan.BasicAcceptanceTest.class)
@Ignore("waiting for SUREFIRE-1152 in surefire 2.19")
@Test
public void testFlaky() {
if (n++ == 0) {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -29,7 +29,7 @@
<failsafe.rerunFailingTestsCount>3</failsafe.rerunFailingTestsCount>
<failsafe.useFile>false</failsafe.useFile>
<surefire.useFile>false</surefire.useFile>
<surefire.version>2.19-SNAPSHOT</surefire.version>
<surefire.version>2.18.1</surefire.version>
<!-- Applies to surefire and failsafe (if enabled) -->
<failIfNoTests>true</failIfNoTests>

Expand Down

0 comments on commit eaa40a9

Please sign in to comment.