Disable test_run_terminate_instance

Looks like the nova API now gives an error response instead of an
empty list. It can be a correct behaviort, but it does it with an incorrect
error code.

This change let us pass on the https://review.openstack.org/#/c/19098/
change and continue the work on tempest and nova side.

Change-Id: I18309429e9967ccd7804ff0cc1c385ece100dd67
diff --git a/tempest/tests/boto/test_ec2_instance_run.py b/tempest/tests/boto/test_ec2_instance_run.py
index 95ef23c..331e54c 100644
--- a/tempest/tests/boto/test_ec2_instance_run.py
+++ b/tempest/tests/boto/test_ec2_instance_run.py
@@ -121,6 +121,7 @@
         self.cancelResourceCleanUp(rcuk)
 
     @attr(type='smoke')
+    @unittest.skip("Skipped until the Bug #1098112 is resolved")
     def test_run_terminate_instance(self):
         # EC2 run, terminate immediately
         image_ami = self.ec2_client.get_image(self.images["ami"]