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 f439136 commit d10d071Copy full SHA for d10d071
integration-tests/src/test/java/oracle/weblogic/kubernetes/ItElasticLoggingSample.java
@@ -1,4 +1,4 @@
1
-// Copyright (c) 2023, Oracle and/or its affiliates.
+// Copyright (c) 2023, 2024, Oracle and/or its affiliates.
2
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3
4
package oracle.weblogic.kubernetes;
@@ -68,6 +68,7 @@
68
@DisplayName("ELK Stack sample to test to use Elasticsearch API to query Operator logs")
69
@IntegrationTest
70
@Tag("kind-parallel")
71
+@Tag("oke-parallel")
72
class ItElasticLoggingSample {
73
// constants for namespaces
74
private static String domainNamespace = null;
0 commit comments