Skip to content

Commit ffb093d

Browse files
The getDeviceTimeTest was disabled temporary.
1 parent 94a5a04 commit ffb093d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/test/java/io/appium/java_client/ios/IOSDriverTest.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,10 @@ public void tearDown() throws Exception {
7171
driver.quit();
7272
}
7373

74-
@Test
74+
/**
75+
* @Test
76+
* TODO There is no ability to check this function usibg simulators. When CI will have been set up then this test will be returned
77+
*/
7578
public void getDeviceTimeTest() {
7679
String time = driver.getDeviceTime();
7780
assertTrue(time.length() == 28);

0 commit comments

Comments
 (0)