Remove TabBarExample from Screenshot Tests (#23206)

Summary:
Fixes https://github.com/facebook/react-native/issues/23108. The TabBarIOS component is scheduled to be removed from core any day now, so it's OK to remove it from our test suite.

Changelog:
----------

[iOS] [Removed] - Remove TabBarExample SST
Pull Request resolved: https://github.com/facebook/react-native/pull/23206

Differential Revision: D13864064

Pulled By: hramos

fbshipit-source-id: f65da75e2789d384dcd713a27ca5528f0faa7526
This commit is contained in:
Héctor Ramos 2019-01-29 13:39:02 -08:00 committed by Facebook Github Bot
parent f506019e8b
commit 47a5bcbca2
8 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ RCT_TEST(TextExample)
// No switch or slider available on tvOS
RCT_TEST(SwitchExample)
RCT_TEST(SliderExample)
RCT_TEST(TabBarExample)
#endif
- (void)testZZZNotInRecordMode