Skip to content

Commit

Permalink
fixup! fix ui test
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Jul 29, 2023
1 parent aaedf13 commit 90a0c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/iOS-Swift/iOS-SwiftUITests/ProfilingUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ final class ProfilingUITests: XCTestCase {
*/
func testProfilingGPUInfo() throws {
// We don't need to test this on multiple OSes right now, and older versions seem to have issues; older devices or VM images running simulators might just be slower. Latest OS is enough coverage for our needs for now.
guard #available(iOS 15.0, *) else {Samples / iOS - Swift / iOS - Swift / ViewController.swift
guard #available(iOS 15.0, *) else {
throw XCTSkip("Only run on iOS 15 and above.")
}

Expand Down

0 comments on commit 90a0c27

Please sign in to comment.