Skip to content
Snippets Groups Projects
Commit f1e71e29 authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon:
Browse files

test: mark test_script_failure as xfail, because it's too flaky and doesn't...

test: mark test_script_failure as xfail, because it's too flaky and doesn't check for anything we care about
parent dd5761e8
No related branches found
No related tags found
Loading
Checking pipeline status
from conftest import Cluster
import pytest
@pytest.mark.xfail
def test_script_failure(cluster: Cluster):
instance = cluster.add_instance(wait_online=False)
script = f"{cluster.data_dir}/fail.lua"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment