Merge "Ignore failing test of BluetoothUpdateWorkerTest" into main

This commit is contained in:
Treehugger Robot
2023-12-08 04:10:14 +00:00
committed by Android (Google) Code Review

View File

@@ -29,6 +29,7 @@ import com.android.settings.slices.ShadowSliceBackgroundWorker;
import com.android.settings.testutils.shadow.ShadowBluetoothAdapter;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.RobolectricTestRunner;
@@ -60,6 +61,7 @@ public class BluetoothUpdateWorkerTest {
verify(mResolver).notifyChange(URI, null);
}
@Ignore("b/315399487")
@Test
public void onActiveDeviceChanged_shouldNotifyChange() {
mBluetoothUpdateWorker.onActiveDeviceChanged(null, 0);