File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -95,16 +95,16 @@ pipeline {
9595 }
9696 }
9797
98- stage("RUN logging integration tests") {
99- when {
100- expression { params.RUN_SELENIUM_TESTS == true }
101- }
102- steps{
103- sh """
104- SELENIUM_HEADLESS=true USE_NEW_PERM_SCREEN=true pytest ./apps/integration_tests/logging_tests.py::TestLoggings::test_auth_fhir_flows_logging
105- """
106- }
107- }
98+ // stage("RUN logging integration tests") {
99+ // when {
100+ // expression { params.RUN_SELENIUM_TESTS == true }
101+ // }
102+ // steps{
103+ // sh """
104+ // SELENIUM_HEADLESS=true USE_NEW_PERM_SCREEN=true pytest ./apps/integration_tests/logging_tests.py::TestLoggings::test_auth_fhir_flows_logging
105+ // """
106+ // }
107+ // }
108108
109109 stage("RUN selenium user and apps management tests") {
110110 when {
You can’t perform that action at this time.
0 commit comments