summaryrefslogtreecommitdiffhomepage
path: root/tests/test_sftp_big.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-10-25 11:42:19 -0700
committerJeff Forcier <jeff@bitprophet.org>2018-09-17 14:50:02 -0700
commit1fa48b482c2db097da2b69dcaa79b3f7db98f1f0 (patch)
treeb0fa3635fbf146013f293ba95fa86597b89de4d4 /tests/test_sftp_big.py
parent6b377c0e33c5d3443883de770a03cdb53140d07c (diff)
Mark known slow tests as 'slow' pytest marker, and skip them by default
Diffstat (limited to 'tests/test_sftp_big.py')
-rw-r--r--tests/test_sftp_big.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_sftp_big.py b/tests/test_sftp_big.py
index e5708312..a659098d 100644
--- a/tests/test_sftp_big.py
+++ b/tests/test_sftp_big.py
@@ -32,7 +32,10 @@ import unittest
from paramiko.common import o660
+from .util import slow
+
+@slow
class TestBigSFTP(object):
def test_1_lots_of_files(self, sftp):
"""