diff options
author | Cleber Rosa <crosa@redhat.com> | 2019-06-07 11:22:18 -0400 |
---|---|---|
committer | Cleber Rosa <crosa@redhat.com> | 2019-08-28 20:42:16 -0400 |
commit | 7a408b99764b99a188d5c5115ab235e5470d68c9 (patch) | |
tree | 9008afab61e2c8d09beb67d3137f6249f95938f7 /tests/acceptance | |
parent | 9f672f9c0f364b7e6731a9c18e5410840969f7b9 (diff) | |
download | qemu-7a408b99764b99a188d5c5115ab235e5470d68c9.zip qemu-7a408b99764b99a188d5c5115ab235e5470d68c9.tar.gz qemu-7a408b99764b99a188d5c5115ab235e5470d68c9.tar.bz2 |
Acceptance tests: drop left over usage of ":avocado: enable"
Commit 9531d26c10 removed all of ":avocado: enable" tags, but then
a new entry was added with the introduction of migration.py.
Let's remove it for consistency.
Signed-off-by: Cleber Rosa <crosa@redhat.com>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190607152223.9467-4-crosa@redhat.com>
Signed-off-by: Cleber Rosa <crosa@redhat.com>
Diffstat (limited to 'tests/acceptance')
-rw-r--r-- | tests/acceptance/migration.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/acceptance/migration.py b/tests/acceptance/migration.py index 6115cf6..a44c1ae 100644 --- a/tests/acceptance/migration.py +++ b/tests/acceptance/migration.py @@ -17,9 +17,6 @@ from avocado.utils import wait class Migration(Test): - """ - :avocado: enable - """ timeout = 10 |