Browse Source

Remove android e2e until detox is stable with RN51

Shalom Yerushalmy 6 years ago
parent
commit
d89992e149
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      Jenkinsfile

+ 1
- 2
Jenkinsfile View File

28
         stage('Run Android tests') {
28
         stage('Run Android tests') {
29
           steps {
29
           steps {
30
             sh '''#!/bin/bash
30
             sh '''#!/bin/bash
31
-            npm run test-unit-android -- --release
32
-            npm run test-e2e-android -- --release'''
31
+            npm run test-unit-android -- --release'''
33
           }
32
           }
34
         }
33
         }
35
       }
34
       }