summaryrefslogtreecommitdiff
path: root/platform/ios/scripts/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/scripts/test.sh')
-rwxr-xr-xplatform/ios/scripts/test.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/platform/ios/scripts/test.sh b/platform/ios/scripts/test.sh
deleted file mode 100755
index a2515e6fea..0000000000
--- a/platform/ios/scripts/test.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env bash
-
-set -e
-set -o pipefail
-set -u
-
-# No tests for now. KIF tests are too unreliable.