forked from OSchip/llvm-project
[clangd] Disable BackgroundIndexTest.PeriodicalIndex
It sometimes fails on AArch64. llvm-svn: 350512
This commit is contained in:
parent
ed42ea4707
commit
082072873f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue