Skip to content

Commit

Permalink
Ignore e2e tests attempt #2
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
  • Loading branch information
Haarolean committed Jan 25, 2022
1 parent c470430 commit 4638081
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
import io.qameta.allure.Issue;
import lombok.SneakyThrows;
import org.junit.Ignore;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;

@Ignore // TODO #1480
@Disabled // TODO #1480
public class SmokeTests extends BaseTest {
@Test
@SneakyThrows
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import org.junit.Ignore;
import org.junit.jupiter.api.*;

@Ignore // TODO #1480
@Disabled // TODO #1480
public class ConnectorsTests extends BaseTest {

public static final String LOCAL = "local";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
import com.provectus.kafka.ui.helpers.Helpers;
import com.provectus.kafka.ui.pages.MainPage;
import lombok.SneakyThrows;
import org.junit.Ignore;
import org.junit.jupiter.api.*;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.Disabled;


@Ignore // TODO #1480
@Disabled // TODO #1480
public class TopicTests extends BaseTest {

public static final String NEW_TOPIC = "new-topic";
Expand Down

0 comments on commit 4638081

Please sign in to comment.