diff --git a/python-dns-lexicon.spec b/python-dns-lexicon.spec index f001507..b8e172e 100644 --- a/python-dns-lexicon.spec +++ b/python-dns-lexicon.spec @@ -155,7 +155,8 @@ TEST_SELECTOR="not AutoProviderTests and not NamecheapProviderTests and not Name # - SoftLayerProviderTests # - LocalzoneProviderTests # - OciProviderTests -TEST_SELECTOR+=" and not SoftLayerProviderTests and not LocalzoneProviderTests and not OciProviderTests" +# - OciInstancePrincipalProviderTests +TEST_SELECTOR+=" and not SoftLayerProviderTests and not LocalzoneProviderTests and not OciProviderTests and not OciInstancePrincipalProviderTests" %if %{without extras} TEST_SELECTOR+=" and not DDNSProviderTests and not GransyProviderTests and not Route53ProviderTests" %endif @@ -202,6 +203,7 @@ rm -rf %{buildroot}%{python3_sitelib}/lexicon/tests %changelog * Wed May 18 2022 Christian Schuermann 3.11.2-1 - Update to 3.11.2 +- Disable OciInstancePrincipalProviderTests * Mon May 9 2022 Christian Schuermann 3.11.0-2 - Disable tests that use tldextract until "suffix_list_url" cli flag is available