Skip to content

Commit

Permalink
test: disable Debian ecosystem tests (#2520)
Browse files Browse the repository at this point in the history
snapshot.debian.org has an expired certificate that is causing
intermittent failures depending on which IPv4 address is used.

https://bugs.debian.org/1079320
  • Loading branch information
andrewpollock authored Aug 23, 2024
1 parent 6bfaf8c commit 6e78e0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osv/ecosystems/debian_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
from .. import ecosystems


@unittest.skip(
"snapshot.debian.org certificate expiry: https://bugs.debian.org/1079320")
class DebianEcosystemTest(unittest.TestCase):
"""Debian ecosystem helper tests."""

Expand Down

0 comments on commit 6e78e0f

Please sign in to comment.