Skip to content
Merged
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 @@ -13,9 +13,9 @@

import static org.assertj.core.api.Assertions.assertThat;

class BootstrapperTest {
class BootstrapperIT {

private static final Logger log = LoggerFactory.getLogger(BootstrapperTest.class);
private static final Logger log = LoggerFactory.getLogger(BootstrapperIT.class);

Bootstrapper bootstrapper = new Bootstrapper();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
import static org.junit.jupiter.api.Assertions.*;

@SuppressWarnings("rawtypes")
class OperatorTest {
class OperatorIT {

@Test
void shouldBePossibleToRetrieveNumberOfRegisteredControllers() {
final var operator = new Operator();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import static org.junit.jupiter.api.Assertions.*;

class LocallyRunOperatorExtensionTest {
class LocallyRunOperatorExtensionIT {

@Test
void getAdditionalCRDsFromFiles() {
Expand Down