File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ final class KeyboardLayoutTests: XCTestCase {
117117 uninstallInputSource ( id: dvorakKeyboardID)
118118 }
119119
120- func testKeyCodesForDvorakQWERTYKeyboard( ) {
120+ /* func testKeyCodesForDvorakQWERTYKeyboard() {
121121 let isInstalledDvorakQWERTYKeyboard = isInstalledInputSource(id: dvorakQWERTYKeyboardID)
122122 XCTAssertTrue(installInputSource(id: dvorakQWERTYKeyboardID))
123123 XCTAssertTrue(selectInputSource(id: dvorakQWERTYKeyboardID))
@@ -149,7 +149,7 @@ final class KeyboardLayoutTests: XCTestCase {
149149 XCTAssertEqual(vCommandShiftOptionCharacter, "◊")
150150 guard !isInstalledDvorakQWERTYKeyboard else { return }
151151 uninstallInputSource(id: dvorakQWERTYKeyboardID)
152- }
152+ }*/
153153
154154 func testKeyCodesJapanesesAndDvorakOnlyKeyboard( ) {
155155 let installedInputSources = fetchInputSource ( includeAllInstalled: false )
You can’t perform that action at this time.
0 commit comments