diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 8dc49e5c03..78df8b366f 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -186,8 +186,8 @@ stages: test: macos/11.1 - name: RHEL 7.9 test: rhel/7.9 - - name: RHEL 8.3 - test: rhel/8.3 + - name: RHEL 8.4 + test: rhel/8.4 - name: FreeBSD 12.2 test: freebsd/12.2 - name: FreeBSD 13.0 diff --git a/tests/integration/targets/django_manage/aliases b/tests/integration/targets/django_manage/aliases index e9c002109c..7488aa82d7 100644 --- a/tests/integration/targets/django_manage/aliases +++ b/tests/integration/targets/django_manage/aliases @@ -5,3 +5,4 @@ skip/macos skip/osx skip/rhel8.2 skip/rhel8.3 +skip/rhel8.4 diff --git a/tests/integration/targets/yum_versionlock/aliases b/tests/integration/targets/yum_versionlock/aliases index abe0a21e22..92b8e448f1 100644 --- a/tests/integration/targets/yum_versionlock/aliases +++ b/tests/integration/targets/yum_versionlock/aliases @@ -3,3 +3,4 @@ skip/aix skip/freebsd skip/osx skip/macos +skip/rhel8.4 # TODO make sure that tests work on 8.4 as well!