From c902d4e6ca572a72938f0299b501d979d32dd2de Mon Sep 17 00:00:00 2001 From: alaskowski <alaskowski@ethz.ch> Date: Mon, 17 Jul 2023 18:16:31 +0200 Subject: [PATCH] SSDM-13735: configuring code for running pybis tests against openbis --- api-openbis-python3-pybis/src/python/tests/systemtest/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-openbis-python3-pybis/src/python/tests/systemtest/test.py b/api-openbis-python3-pybis/src/python/tests/systemtest/test.py index 27fc51f2397..4a9cb995812 100644 --- a/api-openbis-python3-pybis/src/python/tests/systemtest/test.py +++ b/api-openbis-python3-pybis/src/python/tests/systemtest/test.py @@ -26,7 +26,7 @@ class TestCase(testcase.TestCase): self.installOpenbis() # self.installPybis() self.openbisController = self.createOpenbisController() - self.openbisController.createTestDatabase("openbis") + # self.openbisController.createTestDatabase("openbis") self.openbisController.allUp() os.system('pytest --junitxml=test_results_pybis.xml $WORKSPACE/api-openbis-python3-pybis/src/python/tests') -- GitLab