Skip to content

Commit d10d071

Browse files
hzhao-githubrjeberhard
authored andcommitted
Update ItElasticLoggingSample in main branch to run on internal Jenkin
1 parent f439136 commit d10d071

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration-tests/src/test/java/oracle/weblogic/kubernetes/ItElasticLoggingSample.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023, Oracle and/or its affiliates.
1+
// Copyright (c) 2023, 2024, Oracle and/or its affiliates.
22
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
package oracle.weblogic.kubernetes;
@@ -68,6 +68,7 @@
6868
@DisplayName("ELK Stack sample to test to use Elasticsearch API to query Operator logs")
6969
@IntegrationTest
7070
@Tag("kind-parallel")
71+
@Tag("oke-parallel")
7172
class ItElasticLoggingSample {
7273
// constants for namespaces
7374
private static String domainNamespace = null;

0 commit comments

Comments
 (0)