Skip to content

Commit cc18736

Browse files
colriotfacebook-github-bot
authored andcommitted
Temporarily @ignore flaky CI test
Summary: Sometimes these 3 tests fail on CI. This was a constant issue this week with several teammates, so I've ignored these tests for now. https://www.internalfb.com/intern/sandcastle/log/?instance_id=323401158&step_id=2953634697&step_index=7&name=Test%20litho%20targets Reviewed By: cute-jumper Differential Revision: D23542402 fbshipit-source-id: a29baf30deff2b60154b8cabba456db7c8e5bec8
1 parent 85b3c33 commit cc18736

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

litho-intellij-plugin/src/test/java/com/facebook/litho/intellij/actions/ResolveRedSymbolsActionTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
import java.util.ArrayList;
4949
import java.util.HashMap;
5050
import java.util.List;
51+
import org.junit.Ignore;
5152
import org.junit.Test;
5253
import org.mockito.Mockito;
5354

@@ -57,6 +58,7 @@ public ResolveRedSymbolsActionTest() {
5758
super("testdata/actions");
5859
}
5960

61+
@Ignore("T73932936")
6062
@Test
6163
public void resolveRedSymbols() throws IOException {
6264
final Project project = testHelper.getFixture().getProject();

litho-intellij-plugin/src/test/java/com/facebook/litho/intellij/file/ComponentFinderTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
import com.intellij.psi.search.GlobalSearchScope;
2828
import com.intellij.psi.util.PsiTreeUtil;
2929
import java.io.IOException;
30+
import org.junit.Ignore;
3031
import org.junit.Test;
3132

3233
public class ComponentFinderTest extends LithoPluginIntellijTest {
@@ -35,6 +36,7 @@ public ComponentFinderTest() {
3536
super("testdata/file");
3637
}
3738

39+
@Ignore("T73932936")
3840
@Test
3941
public void findClass() throws IOException {
4042
final Project project = testHelper.getFixture().getProject();

litho-intellij-plugin/src/test/java/com/facebook/litho/intellij/file/ComponentShortNamesCacheTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
import com.intellij.psi.PsiFile;
2727
import com.intellij.psi.util.PsiTreeUtil;
2828
import java.io.IOException;
29+
import org.junit.Ignore;
2930
import org.junit.Test;
3031

3132
public class ComponentShortNamesCacheTest extends LithoPluginIntellijTest {
@@ -34,6 +35,7 @@ public ComponentShortNamesCacheTest() {
3435
super("testdata/file");
3536
}
3637

38+
@Ignore("T73932936")
3739
@Test
3840
public void getAllClassNames() throws IOException {
3941
// Add file to cache

0 commit comments

Comments
 (0)