diff options
-rw-r--r-- | clang-tools-extra/unittests/clangd/BackgroundIndexTests.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/clang-tools-extra/unittests/clangd/BackgroundIndexTests.cpp b/clang-tools-extra/unittests/clangd/BackgroundIndexTests.cpp index 3359a727be8..67993653dd3 100644 --- a/clang-tools-extra/unittests/clangd/BackgroundIndexTests.cpp +++ b/clang-tools-extra/unittests/clangd/BackgroundIndexTests.cpp @@ -243,7 +243,9 @@ TEST_F(BackgroundIndexTest, DirectIncludesTest) { EmptyIncludeNode()); } -TEST_F(BackgroundIndexTest, PeriodicalIndex) { +// FIXME: figure out the right timeouts or rewrite to not use the timeouts and +// re-enable. +TEST_F(BackgroundIndexTest, DISABLED_PeriodicalIndex) { MockFSProvider FS; llvm::StringMap<std::string> Storage; size_t CacheHits = 0; |