We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75bc6fd commit f9cc1dfCopy full SHA for f9cc1df
tests/test-core-openstack.sh
@@ -501,7 +501,8 @@ function test_openstack_logged {
501
test_smoke
502
test_neutron_modules
503
test_instance_boot
504
- test_internal_dns_integration
+ # NOTE(mnasiadka): Disable because it started failing in OVN scenario
505
+ [[ $SCENARIO != "ovn" ]] && test_internal_dns_integration
506
test_proxysql_prometheus_exporter
507
508
# Check for x86_64 architecture to run q35 tests
0 commit comments