Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

test issue reproduce #152

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

public class KubeAPIServerConfig {


/**
* Set directory where binaries and other assets are present. Default is ~/.jenvtest.
**/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class JUnitExtensionOnMethodTest {
String kubeConfigYaml;

@Test
@EnableKubeAPIServer
@EnableKubeAPIServer(kubeAPIVersion = "1.28.*")
void simpleTest1() {
TestUtils.simpleTest(kubeConfigYaml);
}
Expand Down
Loading