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

Commit 3924c917 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Test is causing others to break in specific cases"

parents 357b63b1 0ba10e05
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 {