Skip to content

Commit

Permalink
Issue #932 - Ignore failed integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pecko committed Oct 1, 2015
1 parent 3e4c86a commit 0ba5c77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/com/jcabi/github/RtContentsITCase.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
* @since 0.8
* @checkstyle MultipleStringLiterals (500 lines)
*/
@Ignore
@OAuthScope(Scope.REPO)
@SuppressWarnings("PMD.AvoidDuplicateLiterals")
public final class RtContentsITCase {
Expand Down
2 changes: 2 additions & 0 deletions src/test/java/com/jcabi/github/RtReleaseAssetsITCase.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
import org.junit.AfterClass;
import org.junit.Assume;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

/**
Expand All @@ -46,6 +47,7 @@
* @version $Id$
* @checkstyle MultipleStringLiteralsCheck (200 lines)
*/
@Ignore
@OAuthScope(Scope.REPO)
@SuppressWarnings("PMD.AvoidDuplicateLiterals")
public final class RtReleaseAssetsITCase {
Expand Down
2 changes: 2 additions & 0 deletions src/test/java/com/jcabi/github/RtReleasesITCase.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
import org.junit.AfterClass;
import org.junit.Assume;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

/**
Expand All @@ -45,6 +46,7 @@
* @version $Id$
* @since 0.8
*/
@Ignore
@OAuthScope(Scope.REPO)
public final class RtReleasesITCase {

Expand Down

0 comments on commit 0ba5c77

Please sign in to comment.