The ":avocado: enable" is not necessary and was removed in 9531d26c,
so let's remove from the docs.
Signed-off-by: Cleber Rosa <crosa@redhat.com>
---
docs/devel/testing.rst | 3 ---
1 file changed, 3 deletions(-)
diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst
index 809af69725..209f9d8172 100644
--- a/docs/devel/testing.rst
+++ b/docs/devel/testing.rst
@@ -765,9 +765,6 @@ and hypothetical example follows:
class MultipleMachines(Test):
- """
- :avocado: enable
- """
def test_multiple_machines(self):
first_machine = self.get_vm()
second_machine = self.get_vm()
--
2.25.4