We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29288b9 commit 1f55b74Copy full SHA for 1f55b74
tests/emulator/run_android_tests.py
@@ -515,7 +515,7 @@ def test_350_tns_run_android_should_start_emulator(self):
515
else:
516
raise nose.SkipTest('This test is not valid when devices are connected.')
517
518
- @unittest.skipIf("Skip the test while the bug is valid")
+ @unittest.skip("Skip the test while the bug is valid")
519
def test_390_tns_run_android_should_warn_if_package_ids_do_not_match(self):
520
"""
521
If bundle identifiers in package.json and app.gradle do not match CLI should warn the user.
0 commit comments