diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch')
| -rw-r--r-- | meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch b/meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch deleted file mode 100644 index b452c6556f..0000000000 --- a/meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | From 9f252a691cd335341938489da32d6e2d4620d8ca Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Trevor Gamblin <tgamblin@baylibre.com> | ||
| 3 | Date: Fri, 6 Oct 2023 10:59:44 -0400 | ||
| 4 | Subject: [PATCH] test_storlines: skip due to load variability | ||
| 5 | |||
| 6 | This is yet another test that intermittently fails on the Yocto AB when | ||
| 7 | a worker is under heavy load, so skip it during testing. | ||
| 8 | |||
| 9 | Upstream-Status: Inappropriate [OE-Specific] | ||
| 10 | |||
| 11 | [YOCTO #14933] | ||
| 12 | |||
| 13 | Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> | ||
| 14 | --- | ||
| 15 | Lib/test/test_ftplib.py | 1 + | ||
| 16 | 1 file changed, 1 insertion(+) | ||
| 17 | |||
| 18 | diff --git a/Lib/test/test_ftplib.py b/Lib/test/test_ftplib.py | ||
| 19 | index bed0e6d..36602be 100644 | ||
| 20 | --- a/Lib/test/test_ftplib.py | ||
| 21 | +++ b/Lib/test/test_ftplib.py | ||
| 22 | @@ -630,6 +630,7 @@ class TestFTPClass(TestCase): | ||
| 23 | self.client.storbinary('stor', f, rest=r) | ||
| 24 | self.assertEqual(self.server.handler_instance.rest, str(r)) | ||
| 25 | |||
| 26 | + @unittest.skip('timing related test, dependent on load') | ||
| 27 | def test_storlines(self): | ||
| 28 | data = RETR_DATA.replace('\r\n', '\n').encode(self.client.encoding) | ||
| 29 | f = io.BytesIO(data) | ||
