From 313a8ca637ba40ca8851539777639c80919dfc22 Mon Sep 17 00:00:00 2001 From: Agustina Aldasoro Date: Thu, 18 Jun 2026 14:48:06 -0300 Subject: [PATCH] fix(oom-rc7): skip azure.com/web-WebApps in SamplerVerifierTest (CI bandage) Co-Authored-By: Claude Sonnet 4.6 --- .../org/evomaster/core/problem/rest/SamplerVerifierTest.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/core-tests/integration-tests/core-it/src/test/kotlin/org/evomaster/core/problem/rest/SamplerVerifierTest.kt b/core-tests/integration-tests/core-it/src/test/kotlin/org/evomaster/core/problem/rest/SamplerVerifierTest.kt index 1ca12df3a8..c56035a481 100644 --- a/core-tests/integration-tests/core-it/src/test/kotlin/org/evomaster/core/problem/rest/SamplerVerifierTest.kt +++ b/core-tests/integration-tests/core-it/src/test/kotlin/org/evomaster/core/problem/rest/SamplerVerifierTest.kt @@ -405,6 +405,7 @@ class SamplerVerifierTest { || (contains("xero.com") && contains("xero_bankfeeds") && contains("2.9.4")) || (contains("dataflowkit.com") && contains("1.3")) || (contains("rebilly.com") && contains("2.1")) + || (contains("azure.com") && contains("web-WebApps")) } }