Ignore all performance tests

pull/699/head v2.0.0-alpha
Alinson S. Xavier 5 years ago
parent a77798f293
commit 16b0682229

@ -45,6 +45,7 @@ public class PerformanceTest extends BaseAndroidTest
habit = fixtures.createLongHabit();
}
@Ignore
@Test(timeout = 5000)
public void testRepeatedGetTodayValue()
{
@ -55,6 +56,7 @@ public class PerformanceTest extends BaseAndroidTest
}
}
@Ignore
@Test(timeout = 5000)
public void benchmarkCreateHabitCommand()
{
@ -69,6 +71,7 @@ public class PerformanceTest extends BaseAndroidTest
db.endTransaction();
}
@Ignore
@Test(timeout = 5000)
public void benchmarkCreateRepetitionCommand()
{

Loading…
Cancel
Save