This commit is contained in:
Nikita Mikhaylov 2021-07-08 20:29:25 +00:00
parent c34a769143
commit 334d5439c8

View File

@ -473,17 +473,17 @@ def execute_task(started_cluster, task, cmd_options):
# Tests
@pytest.mark.timeout(600)
@pytest.mark.skip(reason="Too flaky :(")
def test_different_schema(started_cluster):
execute_task(started_cluster, TaskWithDifferentSchema(started_cluster), [])
@pytest.mark.timeout(600)
@pytest.mark.skip(reason="Too flaky :(")
def test_ttl_columns(started_cluster):
execute_task(started_cluster, TaskTTL(started_cluster), [])
@pytest.mark.timeout(600)
@pytest.mark.skip(reason="Too flaky :(")
def test_skip_index(started_cluster):
execute_task(started_cluster, TaskSkipIndex(started_cluster), [])