String test_env = System.getenv("TEST_ENV");
assumeTrue("LOCAL".equalsIgnoreCase(test_env));
=== 결과출력 ===
org.opentest4j.TestAbortedException: Assumption failed: assumption is not true
test_env : null
printenv | grep TEST_ENV
=== 결과출력 ===
TEST_ENV=LOCAL
Datagrip - The server selected protocol version TLS10 is not accepted by client preferences 해결 방법 (4) | 2022.08.30 |
---|---|
React - 컴포넌트 props 초기값으로 잘못 전달 (0) | 2020.08.28 |
git push force 403 error 인증 오류 (0) | 2020.08.20 |
org.jetbrains.plugins.gradle.tooling.util.ModuleComponentIdentifierImpl.getModuleIdentifier() (0) | 2019.07.14 |
ERROR (28000) Access denied for user 'root'@'localhost' (0) | 2019.06.30 |
댓글 영역