Skip to content

Commit b771188

Browse files
committed
quote out logit tests to trouble shoot
1 parent 62570b9 commit b771188

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Jenkinsfiles/Jenkinsfile.cbc-run-multi-pr-checks-w-selenium-chromium

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)