From 88f366f99d8e731ae1a13d9eca9a5284484d2c6f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Feb 2024 05:40:38 +0000 Subject: gentoo auto-resync : 28:02:2024 - 05:40:38 --- .../salt-3003-skip-tests-that-oom-machine.patch | 20 -------------------- .../salt-3006-skip-tests-that-oom-machine.patch | 21 --------------------- 2 files changed, 41 deletions(-) delete mode 100644 app-admin/salt/files/salt-3003-skip-tests-that-oom-machine.patch delete mode 100644 app-admin/salt/files/salt-3006-skip-tests-that-oom-machine.patch (limited to 'app-admin/salt/files') diff --git a/app-admin/salt/files/salt-3003-skip-tests-that-oom-machine.patch b/app-admin/salt/files/salt-3003-skip-tests-that-oom-machine.patch deleted file mode 100644 index 804b6a8704f0..000000000000 --- a/app-admin/salt/files/salt-3003-skip-tests-that-oom-machine.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/tests/unit/modules/test_boto_apigateway.py b/tests/unit/modules/test_boto_apigateway.py -index 6ee6aeb002..db9aeaee95 100644 ---- a/tests/unit/modules/test_boto_apigateway.py -+++ b/tests/unit/modules/test_boto_apigateway.py -@@ -154,6 +154,7 @@ def _has_required_botocore(): - return True - - -+@skipIf(True, "Causes machines to OOM") - class BotoApiGatewayTestCaseBase(TestCase, LoaderModuleMockMixin): - conn = None - -@@ -190,6 +191,7 @@ class BotoApiGatewayTestCaseBase(TestCase, LoaderModuleMockMixin): - self.addCleanup(delattr, self, "utils") - - -+@skipIf(True, "Causes machines to OOM") - class BotoApiGatewayTestCaseMixin: - def _diff_list_dicts(self, listdict1, listdict2, sortkey): - """ diff --git a/app-admin/salt/files/salt-3006-skip-tests-that-oom-machine.patch b/app-admin/salt/files/salt-3006-skip-tests-that-oom-machine.patch deleted file mode 100644 index 0b62cee96f2f..000000000000 --- a/app-admin/salt/files/salt-3006-skip-tests-that-oom-machine.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/tests/unit/modules/test_boto_apigateway.py b/tests/unit/modules/test_boto_apigateway.py -index 5f3d2a4982..82366185ff 100644 ---- a/tests/unit/modules/test_boto_apigateway.py -+++ b/tests/unit/modules/test_boto_apigateway.py -@@ -155,7 +155,7 @@ def _has_required_botocore(): - else: - return True - -- -+@pytest.mark.skip("Causes machine to OOM") - class BotoApiGatewayTestCaseBase(TestCase, LoaderModuleMockMixin): - conn = None - -@@ -192,6 +192,7 @@ class BotoApiGatewayTestCaseBase(TestCase, LoaderModuleMockMixin): - self.addCleanup(delattr, self, "utils") - - -+@pytest.mark.skip("Causes machine to OOM") - class BotoApiGatewayTestCaseMixin: - def _diff_list_dicts(self, listdict1, listdict2, sortkey): - """ -- cgit v1.2.3