Merge pull request 'temporary disabling the VM test until we have vars fixed' (#3395) from vms into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3395
This commit is contained in:
Mic92
2025-04-23 09:38:26 +00:00

View File

@@ -24,7 +24,8 @@ def test_inspect(
assert "Cores" in output.out assert "Cores" in output.out
@pytest.mark.skipif(no_kvm, reason="Requires KVM") # @pytest.mark.skipif(no_kvm, reason="Requires KVM")
@pytest.mark.skipif(True, reason="We need to fix vars support for vms for this test")
@pytest.mark.impure @pytest.mark.impure
def test_run( def test_run(
monkeypatch: pytest.MonkeyPatch, monkeypatch: pytest.MonkeyPatch,