From 92c4f0bc54a217c8e4bb337bbcd69877dff9d414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Sat, 17 Aug 2024 18:49:42 +0200 Subject: [PATCH] test update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- .../io/fabric8/kubeapitest/binary/repo/BinaryRepoTest.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/junit/kube-api-test/core/src/test/java/io/fabric8/kubeapitest/binary/repo/BinaryRepoTest.java b/junit/kube-api-test/core/src/test/java/io/fabric8/kubeapitest/binary/repo/BinaryRepoTest.java index 6cc3091aae6..fdc04287e24 100644 --- a/junit/kube-api-test/core/src/test/java/io/fabric8/kubeapitest/binary/repo/BinaryRepoTest.java +++ b/junit/kube-api-test/core/src/test/java/io/fabric8/kubeapitest/binary/repo/BinaryRepoTest.java @@ -21,11 +21,6 @@ class BinaryRepoTest { - @Test - void downloadsIndex() { - new BinaryRepo(null).listObjectNames(); - } - @Test void parsesSelfLinkToArchiveDescriptor() { var archiveDescriptor = BinaryRepo