diff --git a/clang-tools-extra/clangd/test/module_dependencies.test b/clang-tools-extra/clangd/test/module_dependencies.test index 1023b2363c9f..79306a73da43 100644 --- a/clang-tools-extra/clangd/test/module_dependencies.test +++ b/clang-tools-extra/clangd/test/module_dependencies.test @@ -1,8 +1,7 @@ # A smoke test to check that a simple dependency chain for modules can work. # -# FIXME: This fails on the Windows ARM64 build server. Not entirely sure why as it has been tested on -# an ARM64 Windows VM and appears to work there. -# UNSUPPORTED: host=aarch64-pc-windows-msvc +# FIXME: The test fails on Windows; see comments on https://github.com/llvm/llvm-project/pull/142828 +# UNSUPPORTED: system-windows # # RUN: rm -fr %t # RUN: mkdir -p %t