Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit a4975f4

Browse files
committed
Disable local-test
1 parent b73e3f3 commit a4975f4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

foxhttp/src/test/java/ch/viascom/groundwork/foxhttp/FoxHttpOAuth2Test.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@
1515
import ch.viascom.groundwork.foxhttp.type.RequestType;
1616
import org.joda.time.DateTime;
1717
import org.junit.BeforeClass;
18+
import org.junit.Ignore;
1819
import org.junit.Test;
1920

2021
import static org.fest.assertions.api.Assertions.assertThat;
2122

2223
/**
2324
* @author patrick.boesch@viascom.ch
2425
*/
25-
//@Ignore
26+
@Ignore
2627
public class FoxHttpOAuth2Test {
2728

2829
// ==========================================================================

0 commit comments

Comments
 (0)