Skip to content

Commit d23146f

Browse files
authored
re-added the disabled tests (#8273)
1 parent 6bf5efe commit d23146f

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

playground/ios/NavigationTests/RNNCommandsHandlerTest.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ - (void)testMergeOptions_shouldOverrideOptions {
180180
initialOptions:initialOptions];
181181

182182
__unused RNNStackController *nav = [[RNNStackController alloc] initWithRootViewController:vc];
183+
[self.mainWindow setRootViewController:nav];
183184
[vc viewWillAppear:false];
184185
XCTAssertTrue([vc.navigationItem.title isEqual:@"the title"]);
185186

playground/ios/playground.xcodeproj/xcshareddata/xcschemes/playground.xcscheme

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,6 @@
6868
BlueprintName = "NavigationTests"
6969
ReferencedContainer = "container:playground.xcodeproj">
7070
</BuildableReference>
71-
<SkippedTests>
72-
<Test
73-
Identifier = "RNNCommandsHandlerTest">
74-
</Test>
75-
<Test
76-
Identifier = "RNNModalManagerEventHandlerTest">
77-
</Test>
78-
</SkippedTests>
7971
</TestableReference>
8072
</Testables>
8173
</TestAction>

0 commit comments

Comments
 (0)