Skip to content

Commit 1f55b74

Browse files
authored
Update run_android_tests.py
1 parent 29288b9 commit 1f55b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/emulator/run_android_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ def test_350_tns_run_android_should_start_emulator(self):
515515
else:
516516
raise nose.SkipTest('This test is not valid when devices are connected.')
517517

518-
@unittest.skipIf("Skip the test while the bug is valid")
518+
@unittest.skip("Skip the test while the bug is valid")
519519
def test_390_tns_run_android_should_warn_if_package_ids_do_not_match(self):
520520
"""
521521
If bundle identifiers in package.json and app.gradle do not match CLI should warn the user.

0 commit comments

Comments
 (0)