We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dcd2d6 commit 2357ee7Copy full SHA for 2357ee7
nucleus/admin/config-api/src/test/java/com/sun/enterprise/configapi/tests/DeepCopyTest.java
@@ -47,6 +47,7 @@
47
import static org.junit.jupiter.api.Assertions.assertEquals;
48
import static org.junit.jupiter.api.Assertions.assertNotNull;
49
import static org.junit.jupiter.api.Assertions.assertThrows;
50
+import static org.junit.jupiter.api.Assertions.fail;
51
52
/**
53
* Test the deepCopy feature of ConfigBeans.
@@ -65,6 +66,7 @@ public class DeepCopyTest {
65
66
67
@Test
68
public void configCopy() throws Exception {
69
+ fail("Test GH workflow");
70
final Config config = locator.getService(Config.class);
71
assertNotNull(config);
72
String configName = config.getName();
0 commit comments