Skip to content

Commit c6cb558

Browse files
authored
Merge branch 'develop' into develop
2 parents 3c733be + 6a12bb8 commit c6cb558

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration-tests/tests/storage/test_ebs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ def test_ebs_snapshot(
7272

7373
mount_dir = "/" + mount_dir
7474
scheduler_commands = scheduler_commands_factory(remote_command_executor)
75-
_test_ebs_correctly_mounted(remote_command_executor, mount_dir, volume_size="9.7")
75+
# In alinux2 the volume is rounded smaller (9.7G)
76+
_test_ebs_correctly_mounted(remote_command_executor, mount_dir, volume_size="9.[7,8]")
7677
_test_ebs_resize(remote_command_executor, mount_dir, volume_size=volume_size)
7778
_test_ebs_correctly_shared(remote_command_executor, mount_dir, scheduler_commands)
7879

0 commit comments

Comments
 (0)