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 c1d2f7d commit 2a05873Copy full SHA for 2a05873
x-pack/plugin/gpu/src/yamlRestTest/java/org/elasticsearch/xpack/gpu/GPUClientYamlTestSuiteIT.java
@@ -21,6 +21,7 @@ public class GPUClientYamlTestSuiteIT extends ESClientYamlSuiteTestCase {
21
.module("gpu")
22
.setting("xpack.license.self_generated.type", "trial")
23
.setting("xpack.security.enabled", "false")
24
+ .environment("LD_LIBRARY_PATH", System.getenv("LD_LIBRARY_PATH"))
25
.build();
26
27
public GPUClientYamlTestSuiteIT(final ClientYamlTestCandidate testCandidate) {
0 commit comments