Skip lbaas test test_load_balancer_basic

Skip test_load_balancer_basic since this still isn't fixed. According to
elastic-recheck there have been 515 in the past two weeks with 61 hits
in the last 24 hours.

Change-Id: I41ed4965f489ad666d4c3e481aed4ccd114da6e7
Related-Bug: #129165
diff --git a/tempest/scenario/test_load_balancer_basic.py b/tempest/scenario/test_load_balancer_basic.py
index db1badd..d771aed 100644
--- a/tempest/scenario/test_load_balancer_basic.py
+++ b/tempest/scenario/test_load_balancer_basic.py
@@ -302,6 +302,7 @@
                     "http://{0}/".format(vip_ip)).read())
         return resp
 
+    @test.skip_because(bug='1295165')
     @test.attr(type='smoke')
     @test.services('compute', 'network')
     def test_load_balancer_basic(self):