Skip to content

Commit ebf7e2e

Browse files
committed
remove JET tests
1 parent 49e30fe commit ebf7e2e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

test/test_description.jl

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ function test_description()
99
@test descriptions[2] == (:b,)
1010
end
1111

12-
# Type stability test for adding descriptions using the is_inferred macro
13-
@testset "Add Descriptions Type Stability" begin
14-
@test_opt CTBase.add((), (:a,))
15-
@test_inferred CTBase.add((), (:a,))
16-
end
12+
# # Type stability test for adding descriptions using the is_inferred macro
13+
# Needs JET
14+
# @testset "Add Descriptions Type Stability" begin
15+
# @test_opt CTBase.add((), (:a,))
16+
# @test_inferred CTBase.add((), (:a,))
17+
# end
1718

1819
# Test building algorithm descriptions and completing partial descriptions
1920
@testset "Complete Descriptions with Algorithms" begin

0 commit comments

Comments
 (0)