Skip to content

Commit d8dcd04

Browse files
committed
Revert "Reproduce DataFrameReaderWriterSuite failure"
This reverts commit 7680aa0.
1 parent 69124c1 commit d8dcd04

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

dev/run-tests

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,4 @@
2020
FWDIR="$(cd "`dirname $0`"/..; pwd)"
2121
cd "$FWDIR"
2222

23-
set -e
24-
for i in `seq 1 300`; do
25-
build/sbt -Pyarn -Phadoop-2.4 -Dhadoop.version=2.4.0 "project sql" test
26-
done
27-
# exec python -u ./dev/run-tests.py "$@"
23+
exec python -u ./dev/run-tests.py "$@"

0 commit comments

Comments
 (0)