diff options
author | Eric Blake <eblake@redhat.com> | 2018-03-10 15:45:54 -0600 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2018-03-26 12:16:00 +0200 |
commit | 71b74b25444ed3ddfe7b025d059ca882916a4b02 (patch) | |
tree | 9f4bafa745ed67d8b1e5cdfedc6814e9a3ef7472 | |
parent | 7b1db0908d88f0c9cfac24e214ff72a860692e23 (diff) |
iotests: 163 is not quick
Testing on ext4, most 'quick' qcow2 tests took less than 5 seconds,
but 163 took more than 20. Let's remove it from the quick set.
Signed-off-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
-rw-r--r-- | tests/qemu-iotests/group | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group index efe0e958f2..0c2983f4cd 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -167,7 +167,7 @@ 159 rw auto quick 160 rw auto quick 162 auto quick -163 rw auto quick +163 rw auto 165 rw auto quick 169 rw auto quick 170 rw auto quick |