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

Commit 0ba10e05 authored by Beverly's avatar Beverly
Browse files

Test is causing others to break in specific cases

- ZenModePanel is not currently being used (changed to
EnableZenModeDialog.java), so ignore test

Test: runtest systemui (ZenmodePanelTest don't run)
Bug: 72636697
Change-Id: I7bcb628e303c55bc4764c61c82a75b5ebdeeeade
parent 90a82350
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -30,15 +30,18 @@ import android.service.notification.ZenModeConfig;
import android.support.test.annotation.UiThreadTest;
import android.support.test.filters.SmallTest;
import android.support.test.runner.AndroidJUnit4;
import android.test.FlakyTest;
import android.view.LayoutInflater;

import com.android.systemui.SysuiTestCase;
import com.android.systemui.statusbar.policy.ZenModeController;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

@Ignore
@SmallTest
@RunWith(AndroidJUnit4.class)
public class ZenModePanelTest extends SysuiTestCase {