File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
PlaygroundLogger/PlaygroundLogger Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ class NSImageLoggingTestCase : TestCase {
256256 }
257257 var name : String { return " NSImageLogging " }
258258 var explanation : String { return " Check that we can correctly log an NSImage without crashing " }
259- var behavior : TestBehavior { return . ExpectedSuccess }
259+ var behavior : TestBehavior { return . Skip ( " SR-3613 " ) }
260260 func doTest( ) {
261261 #if os(OSX)
262262 let image = NSImage ( contentsOf: NSURL ( string: " http://images.apple.com/support/assets/images/home/qp_apple_icon.png " ) ! as URL )
@@ -278,7 +278,7 @@ class SpriteKitLoggingTestCase : TestCase {
278278 }
279279 var name : String { return " SpriteKitLogging " }
280280 var explanation : String { return " Check that we correctly choose PNG over JPG when necessary " }
281- var behavior : TestBehavior { return . ExpectedSuccess }
281+ var behavior : TestBehavior { return . Skip ( " SR-3613 " ) }
282282 func doTest( ) {
283283 #if os(OSX)
284284 let spritekit_image_encoder = SpriteKitImageRepresentation ( )
You can’t perform that action at this time.
0 commit comments