Skip to content

Commit

Permalink
Unskippng test (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet authored Nov 6, 2024
1 parent 4a747a1 commit 0e3ed0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/modules/test_subdomain_enumeration.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import unittest
from test.base import ArtemisModuleTestCase
from typing import NamedTuple

Expand Down Expand Up @@ -37,7 +36,6 @@ def test_get_subdomains_from_subfinder(self) -> None:
result = self.karton.get_subdomains_from_subfinder("cert.pl")
self.assertTrue("ci.drakvuf.cert.pl" in result)

@unittest.skip("skipping gau as it doesn't work on CI (IP ban?)")
def test_get_subdomains_from_gau(self) -> None:
result = self.karton.get_subdomains_from_gau("cert.pl")
self.assertTrue("vortex.cert.pl" in result)

0 comments on commit 0e3ed0e

Please sign in to comment.