From 9d507910db679a150f1f06f93d617346dde08f9d Mon Sep 17 00:00:00 2001 From: Rami Potinkara Date: Tue, 18 Feb 2025 13:30:43 +0200 Subject: [PATCH] Android: Unblacklist tst_QRhi::renderPassDescriptorCompatibility With current CI android emulation, this test seems to pass the test as designed. Does not seem to be flaky either. Fixes: QTQAINFRA-6336 Pick-to: 6.9 6.8 Change-Id: I863b2744a63b5f90fcc42570945f3f761a3da021 Reviewed-by: Assam Boudjelthia --- tests/auto/gui/rhi/qrhi/BLACKLIST | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/auto/gui/rhi/qrhi/BLACKLIST b/tests/auto/gui/rhi/qrhi/BLACKLIST index 4a325f7436f..111f195ba21 100644 --- a/tests/auto/gui/rhi/qrhi/BLACKLIST +++ b/tests/auto/gui/rhi/qrhi/BLACKLIST @@ -1,6 +1,3 @@ -# QTBUG-92211 -[renderPassDescriptorCompatibility] -android # Skip 3D textures on Android emulator: Software GL implementation doesn't work and GLES 3.0 # won't be available. [tessellation vulkan]