Remove test_db_archive_deleted_rows

* The test may trigger a bug, in several test execution order
  For instance it causes trouble with the neutron full jobs
* Does not really belongs to the simple_read_only group
* A better solution expected to arrive

Change-Id: Ia9e70bb40c2e3d246f446b5b131abd8e3520e5ee
Related-Url: https://blueprints.launchpad.net/nova/+spec/db-purge-engine
Related-Bug: #1305892
diff --git a/tempest/cli/simple_read_only/test_nova_manage.py b/tempest/cli/simple_read_only/test_nova_manage.py
index dae0cf8..c27b12e 100644
--- a/tempest/cli/simple_read_only/test_nova_manage.py
+++ b/tempest/cli/simple_read_only/test_nova_manage.py
@@ -79,10 +79,6 @@
     def test_flavor_list(self):
         self.assertNotEqual("", self.nova_manage('flavor list'))
 
-    def test_db_archive_deleted_rows(self):
-        # make sure command doesn't error out
-        self.nova_manage('db archive_deleted_rows 50')
-
     def test_db_sync(self):
         # make sure command doesn't error out
         self.nova_manage('db sync')