2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-27 22:39:03 +00:00

test: Skip deps resolution for non develop branches

This commit is contained in:
Gavin D'souza 2022-07-28 13:35:04 +05:30
parent 22294fce5b
commit 203f41e405

View File

@ -106,6 +106,7 @@ class TestBenchInit(TestBenchBase):
).decode("utf8")
self.assertTrue(app_installed_in_env)
@unittest.skipIf(FRAPPE_BRANCH != "develop", "only for develop branch")
def test_get_app_resolve_deps(self):
FRAPPE_APP = "healthcare"
self.init_bench("test-bench")