mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Ignore all performance tests
This commit is contained in:
@@ -45,6 +45,7 @@ public class PerformanceTest extends BaseAndroidTest
|
|||||||
habit = fixtures.createLongHabit();
|
habit = fixtures.createLongHabit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore
|
||||||
@Test(timeout = 5000)
|
@Test(timeout = 5000)
|
||||||
public void testRepeatedGetTodayValue()
|
public void testRepeatedGetTodayValue()
|
||||||
{
|
{
|
||||||
@@ -55,6 +56,7 @@ public class PerformanceTest extends BaseAndroidTest
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore
|
||||||
@Test(timeout = 5000)
|
@Test(timeout = 5000)
|
||||||
public void benchmarkCreateHabitCommand()
|
public void benchmarkCreateHabitCommand()
|
||||||
{
|
{
|
||||||
@@ -69,6 +71,7 @@ public class PerformanceTest extends BaseAndroidTest
|
|||||||
db.endTransaction();
|
db.endTransaction();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore
|
||||||
@Test(timeout = 5000)
|
@Test(timeout = 5000)
|
||||||
public void benchmarkCreateRepetitionCommand()
|
public void benchmarkCreateRepetitionCommand()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user