Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39aad689 authored by Stuart Scott's avatar Stuart Scott
Browse files

Suppress testAndroidTestCaseSetupProperly

This test shows up in CTS reports nearly 1000 times!!!

Change-Id: I6ed8006a623a49790ed9c336f01e8250a831b1ac
parent 04ff54a1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ import android.content.ContentValues;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.test.suitebuilder.annotation.Suppress;

import junit.framework.TestCase;

@@ -44,6 +45,7 @@ public class AndroidTestCase extends TestCase {
        super.tearDown();
    }

    @Suppress
    public void testAndroidTestCaseSetupProperly() {
        assertNotNull("Context is null. setContext should be called before tests are run",
                mContext);