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 {
256
256
}
257
257
var name : String { return " NSImageLogging " }
258
258
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 " ) }
260
260
func doTest( ) {
261
261
#if os(OSX)
262
262
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 {
278
278
}
279
279
var name : String { return " SpriteKitLogging " }
280
280
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 " ) }
282
282
func doTest( ) {
283
283
#if os(OSX)
284
284
let spritekit_image_encoder = SpriteKitImageRepresentation ( )
You can’t perform that action at this time.
0 commit comments