From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp40.i.mail.ru (smtp40.i.mail.ru [94.100.177.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 04D9F469710 for ; Tue, 19 May 2020 07:30:47 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Tue, 19 May 2020 07:30:35 +0300 Message-Id: <1acc8c42c3dd92341b18907e0b42fa09f1ee6ad9.1589861898.git.avtikhon@tarantool.org> In-Reply-To: References: In-Reply-To: References: Subject: [Tarantool-patches] [PATCH v4 2/3] test: return tests to packaging testing List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Oleg Piskunov , Alexander Turenko Cc: tarantool-patches@dev.tarantool.org 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