Skip to content
Snippets Groups Projects
Commit c0357937 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4453 disabled test temp for debug

parent 3b45213e
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ import static org.mockito.ArgumentMatchers.*;
import static org.mockito.Mockito.*;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Nested;
import org.junit.jupiter.api.Test;
......@@ -38,6 +39,7 @@ class OzgCloudElasticsearchServiceTest {
@Mock
private KubernetesRemoteService kubernetesService;
@Disabled("Temp, just for Debug")
@DisplayName("Get or create secret")
@Nested
class TestGetOrCreateSecret {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment