Skip to content
Snippets Groups Projects
Commit cedb2983 authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

Revert "test: skip ddl test for vinyl on travis"

This reverts commit c2de45c4.

Not needed anymore as the DDL bug it was supposed to work around has
been finally fixed.

Follow-up #3420
parent d3e12369
No related branches found
No related tags found
No related merge requests found
......@@ -149,8 +149,6 @@ rm -rf %{buildroot}%{_datarootdir}/doc/tarantool/
echo "self.skip = True" > ./test/app/socket.skipcond
# https://github.com/tarantool/tarantool/issues/1322
echo "self.skip = True" > ./test/app/digest.skipcond
# https://github.com/tarantool/tarantool/issues/3420
echo "self.skip = True" > ./test/vinyl/ddl.skipcond
# run a safe subset of the test suite
cd test && ./test-run.py -j 1 unit/ app/ app-tap/ box/ box-tap/ engine/ vinyl/
%endif
......
# vim: set ft=python :
import os
# Travis CI fails because of bug #3420
if os.environ.get('TRAVIS_JOB_ID', False):
self.skip = 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment