Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 9200bf2

Browse files
authored
Merge pull request #3042 from wordpress-mobile/fix/disable-breaking-woocommercetest
Disable failing test
2 parents 8776bc1 + fc820cc commit 9200bf2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/api/src/test/java/APITesting_WCGateway.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import org.junit.Before;
2+
import org.junit.Ignore;
23
import org.junit.Test;
34

45
import java.util.HashMap;
@@ -31,6 +32,7 @@ public void setup() {
3132
}
3233

3334
@Test
35+
@Ignore("Failing in recent trunk. See commit 8776bc1")
3436
public void canGetAllPaymentGateways() {
3537
given().
3638
spec(this.mRequestSpec).

0 commit comments

Comments
 (0)