Skip to content

Commit 865d8f3

Browse files
Update impl/test/src/test/java/io/serverlessworkflow/impl/test/SecretExpressionTest.java
Co-authored-by: Ricardo Zanini <[email protected]>
1 parent e067428 commit 865d8f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

impl/test/src/test/java/io/serverlessworkflow/impl/test/SecretExpressionTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
import org.junit.jupiter.api.BeforeAll;
2929
import org.junit.jupiter.api.Test;
3030

31+
@Execution(SAME_THREAD)
32+
@ResourceLock(Resources.SYSTEM_PROPERTIES)
3133
public class SecretExpressionTest {
3234

3335
private static Workflow workflow;

0 commit comments

Comments
 (0)