Skip to content

Commit

Permalink
skip aqua if jet is running
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov authored Aug 14, 2024
1 parent bde832b commit 57f7952
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/test_aqua.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
using Aqua
using QuantumSavory

if get(ENV,"JET_TEST","")=="true"
# JET generates new methods with ambiguities
else

@test Test.detect_ambiguities(QuantumSavory) == Tuple{Method, Method}[]

Aqua.test_all(QuantumSavory,
Expand All @@ -10,3 +14,5 @@ Aqua.test_all(QuantumSavory,
)

@test length(Aqua.Piracy.hunt(QuantumSavory)) == 6

end

0 comments on commit 57f7952

Please sign in to comment.