File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
tests/integration_tests/functional Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 11
11
import re
12
12
import shutil
13
13
import sys
14
- import time
15
14
from difflib import unified_diff
16
15
from pathlib import Path
17
16
@@ -421,11 +420,6 @@ def test_cpu_wrmsr_snapshot(
421
420
msrs_before_fname = snapshot_artifacts_dir / shared_names ["msrs_before_fname" ]
422
421
423
422
dump_msr_state_to_file (msr_reader_bin , msrs_before_fname , vm .ssh )
424
- # On T2A, the restore test fails with error "cannot allocate memory" so,
425
- # adding delay below as a workaround to unblock the tests for now.
426
- # TODO: Debug the issue and remove this delay. Create below issue to track this:
427
- # https://github.com/firecracker-microvm/firecracker/issues/3453
428
- time .sleep (0.25 )
429
423
430
424
# Take a snapshot
431
425
snapshot = vm .snapshot_diff ()
You can’t perform that action at this time.
0 commit comments