From 7ab2ed42b6af80c9423c9d17f6635d381616f4cb Mon Sep 17 00:00:00 2001 From: Hinrich Mahler Date: Thu, 6 Feb 2020 22:25:03 +0100 Subject: [PATCH] make test_webhook_invalid_posts flaky --- tests/test_updater.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_updater.py b/tests/test_updater.py index 2b300988565..772782a0177 100644 --- a/tests/test_updater.py +++ b/tests/test_updater.py @@ -20,6 +20,7 @@ import os import signal import sys +from flaky import flaky from functools import partial from queue import Queue from random import randrange @@ -281,6 +282,7 @@ def attempt(*args, **kwargs): updater._bootstrap(retries, False, 'path', None, bootstrap_interval=0) assert self.attempts == attempts + @flaky(3, 1) def test_webhook_invalid_posts(self, updater): ip = '127.0.0.1' port = randrange(1024, 49152) # select random port for travis pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy