Skip to content

Commit 9a86016

Browse files
authored
[NOTICKET] Ignore the cowboy erlang spec to unblock other PRs (#1496)
* [NOTICKET] Ignore the cowboy erlang spec to unblock other PRs for the moment * Remove dead cowboy suite and fixture code
1 parent 27b4454 commit 9a86016

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

integration-test/Analysis/ErlangSpec.hs

-13
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@ import Types (DiscoveredProjectType (..), GraphBreadth (Complete))
1414
erlangEnv :: FixtureEnvironment
1515
erlangEnv = NixEnv ["erlang", "rebar3"]
1616

17-
cowboy :: AnalysisTestFixture (Rebar3.RebarProject)
18-
cowboy =
19-
AnalysisTestFixture
20-
"cowboy"
21-
Rebar3.discover
22-
erlangEnv
23-
Nothing
24-
$ FixtureArtifact
25-
"https://github.com/ninenines/cowboy/archive/refs/tags/2.9.0.tar.gz"
26-
[reldir|erlang/cowboy/|]
27-
[reldir|cowboy-2.9.0/|]
28-
2917
emqx :: AnalysisTestFixture (Rebar3.RebarProject)
3018
emqx =
3119
AnalysisTestFixture
@@ -40,5 +28,4 @@ emqx =
4028

4129
spec :: Spec
4230
spec = do
43-
testSuiteDepResultSummary NonStrict cowboy Rebar3ProjectType (DependencyResultsSummary 2 2 0 1 Complete)
4431
testSuiteDepResultSummary NonStrict emqx Rebar3ProjectType (DependencyResultsSummary 0 0 0 1 Complete)

0 commit comments

Comments
 (0)