Skip to content

Commit b6e0b1b

Browse files
kalyazinManciukic
authored andcommitted
test(diff_snapshot_works_after_error): disable api timing check
Since we deliberately create a condition of no space, it is not guaranteed that Firecracker is able to produce complete log messages. Signed-off-by: Nikita Kalyazin <[email protected]>
1 parent 4c4ed2c commit b6e0b1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration_tests/functional/test_snapshot_not_losing_dirty_pages.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def test_diff_snapshot_works_after_error(
3737
)
3838

3939
vm_mem_size = 128
40+
uvm.time_api_requests = False # The log may be incomplete due to lack of space
4041
uvm.spawn()
4142
uvm.basic_config(mem_size_mib=vm_mem_size, track_dirty_pages=True)
4243
uvm.add_net_iface()

0 commit comments

Comments
 (0)