소스 검색

Skip custom transition e2e on Android

Guy Carmeli 6 년 전
부모
커밋
d4d86f53f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      e2e/CustomTransition.js

+ 1
- 1
e2e/CustomTransition.js 파일 보기

@@ -4,7 +4,7 @@ const testIDs = require('../playground/src/testIDs');
4 4
 
5 5
 const elementById = Utils.elementById;
6 6
 
7
-describe('custom transition', () => {
7
+describe(':ios: custom transition', () => {
8 8
   beforeEach(async () => {
9 9
     await device.relaunchApp();
10 10
   });