From fb942912db9f9e26df629d1573731f1a99263d60 Mon Sep 17 00:00:00 2001 From: Christian Schabesberger Date: Sun, 31 Jan 2016 20:16:21 +0100 Subject: [PATCH] disable gema test agian --- .../newpipe/services/youtube/YoutubeVideoExtractorGemaTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/androidTest/java/org/schabi/newpipe/services/youtube/YoutubeVideoExtractorGemaTest.java b/app/src/androidTest/java/org/schabi/newpipe/services/youtube/YoutubeVideoExtractorGemaTest.java index a17b614b7..8125ef5e3 100644 --- a/app/src/androidTest/java/org/schabi/newpipe/services/youtube/YoutubeVideoExtractorGemaTest.java +++ b/app/src/androidTest/java/org/schabi/newpipe/services/youtube/YoutubeVideoExtractorGemaTest.java @@ -35,7 +35,7 @@ import java.io.IOException; public class YoutubeVideoExtractorGemaTest extends AndroidTestCase { // Deaktivate this Test Case bevore uploading it githup, otherwise CI will fail. - private static final boolean testActive = true; + private static final boolean testActive = false; public void testGemaError() throws IOException, CrawlingException { if(testActive) {