diff --git a/playbooks/roles/os_tempest/templates/openstack_tempest_gate.sh.j2 b/playbooks/roles/os_tempest/templates/openstack_tempest_gate.sh.j2 index 27c19e4283..fbe0bebeda 100644 --- a/playbooks/roles/os_tempest/templates/openstack_tempest_gate.sh.j2 +++ b/playbooks/roles/os_tempest/templates/openstack_tempest_gate.sh.j2 @@ -55,7 +55,10 @@ function gen_test_list_scenario() { # Run smoke tests function gen_test_list_smoke() { - grep smoke + # this specific test fails frequently and is making our multi node nightly + # job unstable (see bug in gen_test_list_scenario function) + # TODO: re-add back in once the specific issue is identified and corrected + grep smoke | grep -v tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state } # Run all tests