mirror of
https://github.com/frappe/bench.git
synced 2025-01-22 22:58:31 +00:00
test: Skip deps resolution for non develop branches
This commit is contained in:
parent
22294fce5b
commit
203f41e405
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user