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 147c8fe commit 2fcf997Copy full SHA for 2fcf997
x-pack/plugin/gpu/src/test/java/org/elasticsearch/xpack/gpu/codec/CuVSResourceManagerTests.java
@@ -218,12 +218,12 @@ private static class MockGPUInfoProvider implements GPUInfoProvider {
218
}
219
220
@Override
221
- public List<GPUInfo> availableGPUs() throws Throwable {
+ public List<GPUInfo> availableGPUs() {
222
throw new UnsupportedOperationException();
223
224
225
226
- public List<GPUInfo> compatibleGPUs() throws Throwable {
+ public List<GPUInfo> compatibleGPUs() {
227
228
229
0 commit comments