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

Commit ca0e5df1 authored by Dave Mankoff's avatar Dave Mankoff
Browse files

Use @Suppress instead of @Ignore to make atest happy.

Bug: 146501446
Test: atest SystemUITests.
Change-Id: I42469c755549d52735da2f7fd02c8c4d978fbc04
parent 9d4f6c0c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ import android.view.View;
import android.widget.FrameLayout;

import androidx.test.filters.SmallTest;
import androidx.test.filters.Suppress;

import com.android.internal.logging.MetricsLogger;
import com.android.keyguard.CarrierText;
@@ -64,7 +65,7 @@ import java.util.Optional;
@RunWith(AndroidTestingRunner.class)
@RunWithLooper
@SmallTest
@Ignore
@Suppress
public class QSFragmentTest extends SysuiBaseFragmentTest {

    private MetricsLogger mMockMetricsLogger;
+2 −1
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ import android.view.ViewGroup;
import android.widget.RemoteViews;

import androidx.test.filters.SmallTest;
import androidx.test.filters.Suppress;

import com.android.systemui.SysuiTestCase;
import com.android.systemui.statusbar.InflationTask;
@@ -64,7 +65,7 @@ import java.util.concurrent.TimeUnit;
@SmallTest
@RunWith(AndroidTestingRunner.class)
@RunWithLooper(setAsMainLooper = true)
@Ignore
@Suppress
public class NotificationContentInflaterTest extends SysuiTestCase {

    private NotificationContentInflater mNotificationInflater;