XCUIDevice.shared.orientation appears to be a no-op on iPhone Duo (iOS 27.1)

Setting XCUIDevice.shared.orientation has no effect on the Duo simulator running iOS 27.1 — the window size and our computed layout mode stay unchanged. We measured this on two clean boots. On other devices (iPhone 18 Pro, iOS 27.0) the same call works as expected. Is orientation expected to be a no-op on Duo, or are we holding it wrong?

XCUIDevice.shared.orientation appears to be a no-op on iPhone Duo (iOS 27.1)
 
 
Q