diff --git a/test/verify/test_max_pooling_ceil_3d.cpp b/test/verify/test_max_pooling_ceil_3d.cpp index 88e96795ccc..0e703d0200a 100644 --- a/test/verify/test_max_pooling_ceil_3d.cpp +++ b/test/verify/test_max_pooling_ceil_3d.cpp @@ -43,4 +43,5 @@ struct test_max_pooling_ceil_3d : verify_program> }; template struct test_max_pooling_ceil_3d; -template struct test_max_pooling_ceil_3d; +// TODO: uncomment once "Clang ASAN" CI is fixed. See PR 2973 for details +// template struct test_max_pooling_ceil_3d;