Skip to content

Commit

Permalink
test: return tests to packaging testing
Browse files Browse the repository at this point in the history
Found that issues #1227 and #1322 were closed, returned
the tests blocked by it into the testing.

Part of #4599
  • Loading branch information
avtikhon authored and kyukhin committed May 20, 2020
1 parent b304a78 commit f588066
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rpm/tarantool.spec
Expand Up @@ -164,11 +164,6 @@ rm -rf %{buildroot}%{_datarootdir}/doc/tarantool/

%check
%if (0%{?fedora} >= 22 || 0%{?rhel} >= 7)
# https://github.com/tarantool/tarantool/issues/1227
echo "self.skip = True" > ./test/app/socket.skipcond
# https://github.com/tarantool/tarantool/issues/1322
echo "self.skip = True" > ./test/app/digest.skipcond
# run a safe subset of the test suite
cd test && ./test-run.py --force -j 1 unit/ app/ app-tap/ box/ box-tap/ engine/ vinyl/
%endif

Expand Down

0 comments on commit f588066

Please sign in to comment.