[ModuleCache] Disable flaky module-cache-diagnostics test on Windows

This commit is contained in:
Alexis Laferrière
2022-02-14 10:24:38 -08:00
parent 9cc5d12a1d
commit b9eb90b443

View File

@@ -1,6 +1,9 @@
// RUN: %empty-directory(%t)
// RUN: %empty-directory(%t/modulecache)
//
// UNSUPPORTED: OS=windows-msvc
// This test is flaky on Windows. rdar://88830153 SR-15869
// Setup builds a module TestModule that depends on OtherModule and LeafModule (built from other.swift and leaf.swift).
// During setup, input and intermediate mtimes are all set to a constant 'old' time (long in the past).
//