We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4981da commit 311a240Copy full SHA for 311a240
PMKUIKit.xcodeproj/xcshareddata/xcschemes/PMKUIKit.xcscheme
@@ -68,6 +68,9 @@
68
<Test
69
Identifier = "UIImagePickerControllerTests/test_fulfills_with_image()">
70
</Test>
71
+ <Test
72
+ Identifier = "UIImagePickerControllerTests/test_rejects_when_cancelled()">
73
+ </Test>
74
</SkippedTests>
75
</TestableReference>
76
</Testables>
UITests/TestUIImagePickerController.swift
@@ -19,6 +19,8 @@ class UIImagePickerControllerTests: XCTestCase {
19
}
20
21
#if !os(tvOS)
22
+ // this test works locally but not on travis
23
+ // attempting to detect Travis and early-return did not work
24
func test_rejects_when_cancelled() {
25
let app = XCUIApplication()
26
let table = app.tables
0 commit comments