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