From 6880e0bbb4ef0489246a2236ff03bdfcbdf040cc Mon Sep 17 00:00:00 2001 From: Gregory James Comer Date: Wed, 13 Aug 2025 16:50:24 -0700 Subject: [PATCH] Update [ghstack-poisoned] --- backends/test/suite/runner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backends/test/suite/runner.py b/backends/test/suite/runner.py index 7a1fb64989a..3729d94cdf3 100644 --- a/backends/test/suite/runner.py +++ b/backends/test/suite/runner.py @@ -15,6 +15,7 @@ # Set of unsupported ops that should cause tests to be skipped UNSUPPORTED_PORTABLE_OPS = { "aten::_embedding_bag", + "aten::_adaptive_avg_pool2d", "aten::median", "aten::median.dim", "aten::round.decimals",