Skip to content

Commit

Permalink
WIP: Tests stability
Browse files Browse the repository at this point in the history
  • Loading branch information
Iliyan Germanov committed Nov 24, 2021
1 parent e33789e commit 5fbadfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class AccountsTest : IvyComposeTest() {
/**
* semiTest because no actual reordering is being gone
*/
@Ignore
@Ignore("Fails with very weird: java.lang.String com.ivy.wallet.model.entity.Settings.getCurrency()' on a null object reference")
@Test
fun ReorderAccounts_semiTest() {
onboarding.quickOnboarding()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class CategoriesTest : IvyComposeTest() {
/**
* semiTest because no actual reordering is being gone
*/
@Ignore
@Ignore("Fails with very weird: java.lang.String com.ivy.wallet.model.entity.Settings.getCurrency()' on a null object reference")
@Test
fun ReorderCategories_semiTest() {
onboardingFlow.quickOnboarding()
Expand Down

0 comments on commit 5fbadfb

Please sign in to comment.