Skip to content

Commit 742e9c2

Browse files
author
Serban Iorga
committed
enables snapshot perf tests on AMD
Signed-off-by: Serban Iorga <[email protected]>
1 parent 65c25f0 commit 742e9c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration_tests/performance/test_snapshot_perf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def test_snapshot_create_latency(network_config,
215215

216216

217217
@pytest.mark.skipif(
218-
platform.machine() != "x86_64" or get_cpu_vendor() == CpuVendor.AMD,
218+
platform.machine() != "x86_64",
219219
reason="Not supported yet."
220220
)
221221
def test_snapshot_resume_latency(network_config,
@@ -256,7 +256,7 @@ def test_snapshot_resume_latency(network_config,
256256

257257

258258
@pytest.mark.skipif(
259-
platform.machine() != "x86_64" or get_cpu_vendor() == CpuVendor.AMD,
259+
platform.machine() != "x86_64",
260260
reason="Not supported yet."
261261
)
262262
def test_older_snapshot_resume_latency(bin_cloner_path):

0 commit comments

Comments
 (0)