diff options
Diffstat (limited to 'tests/unit/unittest/symbolscollector-test.cpp')
-rw-r--r-- | tests/unit/unittest/symbolscollector-test.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unit/unittest/symbolscollector-test.cpp b/tests/unit/unittest/symbolscollector-test.cpp index 5954f8a9f5..84fc26ca89 100644 --- a/tests/unit/unittest/symbolscollector-test.cpp +++ b/tests/unit/unittest/symbolscollector-test.cpp @@ -190,7 +190,7 @@ TEST_F(SymbolsCollector, CollectSymbolName) Contains(HasSymbolName("function"))); } -TEST_F(SymbolsCollector, SymbolMatchesLocation) +TEST_F(SymbolsCollector, DISABLED_SymbolMatchesLocation) { collector.setFile(filePathId(TESTDATA_DIR "/symbolscollector/simple.cpp"), {"cc"}); @@ -202,7 +202,7 @@ TEST_F(SymbolsCollector, SymbolMatchesLocation) HasLineColumn(1, 6)))); } -TEST_F(SymbolsCollector, OtherSymboldMatchesLocation) +TEST_F(SymbolsCollector, DISABLED_OtherSymboldMatchesLocation) { collector.setFile(filePathId(TESTDATA_DIR "/symbolscollector/simple.cpp"), {"cc"}); @@ -250,7 +250,7 @@ TEST_F(SymbolsCollector, CollectReference) Field(&SourceLocationEntry::kind, SourceLocationKind::DeclarationReference)))); } -TEST_F(SymbolsCollector, ReferencedSymboldMatchesLocation) +TEST_F(SymbolsCollector, DISABLED_ReferencedSymboldMatchesLocation) { collector.setFile(filePathId(TESTDATA_DIR "/symbolscollector/simple.cpp"), {"cc"}); |