From dbac77068a4403b6b08f7c697d150c9d511a7e74 Mon Sep 17 00:00:00 2001 From: Olivier L Applin Date: Thu, 9 May 2024 18:41:12 -0400 Subject: [PATCH] skip brazil import of bundle-shading-tests module (#5209) --- .brazil.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.brazil.json b/.brazil.json index 544e62198ed2..ec654a123911 100644 --- a/.brazil.json +++ b/.brazil.json @@ -103,7 +103,8 @@ "tests-coverage-reporting": { "skipImport": true }, "third-party": { "skipImport": true }, "third-party-slf4j-api": { "skipImport": true }, - "crt-unavailable-tests": { "skipImport": true } + "crt-unavailable-tests": { "skipImport": true }, + "bundle-shading-tests": { "skipImport": true } }, "dependencies": {