[clangd] Disable BackgroundIndexTest.PeriodicalIndex

It sometimes fails on AArch64.

llvm-svn: 350512
This commit is contained in:
Ilya Biryukov 2019-01-07 11:18:11 +00:00
parent ed42ea4707
commit 082072873f
1 changed files with 3 additions and 1 deletions

View File

@ -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;