diff --git a/external/functional-test/build.xml b/external/functional-test/build.xml
index e9c433e03b..b1af07daf4 100644
--- a/external/functional-test/build.xml
+++ b/external/functional-test/build.xml
@@ -24,4 +24,4 @@
-
+
\ No newline at end of file
diff --git a/external/functional-test/playlist.xml b/external/functional-test/playlist.xml
index f99be3e3e9..15e90597a0 100644
--- a/external/functional-test/playlist.xml
+++ b/external/functional-test/playlist.xml
@@ -41,12 +41,18 @@
example_functional
+
+
+ https://github.com/adoptium/aqa-tests/issues/5132
+ ppc64le_linux
+
+
$(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --version ${JDK_VERSION} --impl ${JDK_IMPL} --dir functional-test --testtarget _testExample --reportdst $(REPORTDIR) --docker_args "$(EXTRA_DOCKER_ARGS)"; \
$(TEST_STATUS); \
$(TEST_ROOT)$(D)external$(D)external.sh --clean --tag "${DOCKERIMAGE_TAG}" --version ${JDK_VERSION} --impl ${JDK_IMPL} --dir functional-test
- special
+ sanity
external
diff --git a/external/functional-test/test.properties b/external/functional-test/test.properties
index 6c89f288bd..6faca16b72 100644
--- a/external/functional-test/test.properties
+++ b/external/functional-test/test.properties
@@ -1,6 +1,5 @@
github_url="https://github.com/adoptium/aqa-tests.git"
test_results="testResults"
gradle_version="5.1"
-environment_variable="MODE=java CC=gcc CXX=g++"
-ubuntu_packages="ant ant-contrib autoconf build-essential ca-certificates cmake cpio curl file gcc g++ gdb git libasound2-dev libcups2-dev libdwarf-dev libelf-dev libexpat1-dev libffi-dev libfontconfig libfontconfig1-dev libfreetype6-dev libnuma-dev libssl-dev libx11-dev libxext-dev libxrandr-dev libxrender-dev libxt-dev libxtst-dev make nasm openssh-client openssh-server perl pkg-config ssh systemtap-sdt-dev unzip wget xvfb zip zlib1g-dev asciidoc iproute2 libaio-dev libbsd-dev libcap-dev libnet1-dev libnftables-dev libnl-3-dev libprotobuf-dev libprotobuf-c-dev nftables protobuf-c-compiler protobuf-compiler python3-protobuf python3-distutils python3-future xmlto"
-criu_version="latest"
+environment_variable="MODE=java CC=gcc-7 CXX=g++-7"
+ubuntu_packages="ant-contrib build-essential git asciidoc"
\ No newline at end of file