[Tarantool-patches] [PATCH v4 2/3] test: return tests to packaging testing

Alexander V. Tikhonov avtikhon at tarantool.org
Tue May 19 07:30:35 MSK 2020


Found that issues #1227 and #1322 were closed, returned
the tests blocked by it into the testing.

Part of #4599
---
 rpm/tarantool.spec | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/rpm/tarantool.spec b/rpm/tarantool.spec
index 529c18b38..e15de3c12 100644
--- a/rpm/tarantool.spec
+++ b/rpm/tarantool.spec
@@ -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
 
-- 
2.17.1



More information about the Tarantool-patches mailing list