From 597021d4b319a07cc8aa84f9b167544ae8ace1f2 Mon Sep 17 00:00:00 2001 From: Alexey Kondratov Date: Mon, 6 Apr 2020 18:57:04 +0300 Subject: [PATCH] Remove page backup tests from allow_failures list on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8428ead2..fc7ecc05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,4 +44,4 @@ env: jobs: allow_failures: - - if: env(MODE) IN (archive, backup, delta, locking, merge, page, replica, retention, restore) + - if: env(MODE) IN (archive, backup, delta, locking, merge, replica, retention, restore)