Disable unfinished noise tests.

This commit is contained in:
Johannes Mockenhaupt 2018-06-23 12:52:07 +02:00
parent 6cb09d4fcb
commit b2a60e2fac
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -63,6 +63,7 @@ public class SourceXdripPluginTest {
assertTrue(bgReadings.isFiltered); assertTrue(bgReadings.isFiltered);
} }
/*
// TODO // TODO
@Ignore("Bundle needs to be properly mocked or Robolectrics issues with SQLite resolved") @Ignore("Bundle needs to be properly mocked or Robolectrics issues with SQLite resolved")
@Test @Test
@ -84,6 +85,7 @@ public class SourceXdripPluginTest {
BgReading bgReadings = plugin.processNewData(bundle).get(0); BgReading bgReadings = plugin.processNewData(bundle).get(0);
assertTrue(bgReadings.isFiltered); assertTrue(bgReadings.isFiltered);
} }
*/
@NonNull @NonNull
private Bundle createBroadcastBundle() { private Bundle createBroadcastBundle() {