Skip to content
Snippets Groups Projects
Commit 6bd7e33a authored by Behnam Heydarshahi's avatar Behnam Heydarshahi
Browse files

Ignore VolumeDialogImplTest class

The tests were leaking and crashing other tests in udc-dev

Bug: b/305980224
Test: atest VolumeDialogImplTest should find 0 tests.
Merged-In: I0677b6b6ab958dc9939f55851c00dc67d32b828d
Change-Id: I201d407844d6c96c4f858ec29e0ca2d056beddb7
parent 4f70c066
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@ import com.android.systemui.statusbar.policy.FakeConfigurationController;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.ArgumentCaptor;
......@@ -72,6 +73,7 @@ import org.mockito.MockitoAnnotations;
import java.util.function.Predicate;
@Ignore
@SmallTest
@RunWith(AndroidTestingRunner.class)
@TestableLooper.RunWithLooper
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment