swiftlang / swift-package-manager

The Package Manager for the Swift Programming Language
Apache License 2.0
9.72k stars 1.34k forks source link

Disable part of a test that fails with Swift Testing in the toolchain. #7885

Closed grynspan closed 1 month ago

grynspan commented 1 month ago

Remove some assertions from testSwiftTestXMLOutputWhenEmpty() that aren't strictly necessary and which have started to fail as we add Swift Testing to the toolchain.

grynspan commented 1 month ago

@swift-ci test