From b844ab8615c92328e311ef01df984b04b9f1821c Mon Sep 17 00:00:00 2001 From: beau-lunarg Date: Thu, 23 Jan 2025 11:25:33 -0500 Subject: [PATCH] Change disable to implicit --- test/run-tests_macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run-tests_macos.sh b/test/run-tests_macos.sh index bb48ace717..6aee23865d 100644 --- a/test/run-tests_macos.sh +++ b/test/run-tests_macos.sh @@ -6,7 +6,7 @@ VK_ICD_FILENAMES="$PWD/test_apps/VkICD_mock_icd.json" \ VK_INSTANCE_LAYERS=VK_LAYER_LUNARG_gfxreconstruct \ GFXRECON_CAPTURE_FILE_TIMESTAMP=false \ GFXRECON_CAPTURE_FILE=actual.gfxr \ -VK_LOADER_LAYERS_DISABLE=~all~ \ +VK_LOADER_LAYERS_DISABLE=~implicit~ \ VK_LOADER_LAYERS_ENABLE=VK_LAYER_LUNARG_gfxreconstruct \ DISPLAY=:0 \ GFXRECON_TESTAPP_HEADLESS=true \