@@ -9,7 +9,7 @@ import org.junit.jupiter.api.Test;
public class SmokeTests extends BaseTest {
- @Test
+ @Disabled("till we get tests in ci run")
@SneakyThrows
@DisplayName("main page should load")
@Issue("380")