Disable unfinished noise tests.
This commit is contained in:
parent
6cb09d4fcb
commit
b2a60e2fac
1 changed files with 2 additions and 0 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue