Skip to content

Commit 2920cde

Browse files
committed
Disable apt test
1 parent fa2995d commit 2920cde

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/test_maintenance.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44

55

66
class MaintenanceTestCase(unittest.TestCase):
7-
@staticmethod
8-
def test_apt():
9-
mnt.apt()
7+
# This takes too long on GitHub runners
8+
# @staticmethod
9+
# def test_apt():
10+
# mnt.apt()
1011

1112
@staticmethod
1213
def test_bleachbit():

0 commit comments

Comments
 (0)