Skip to content

Commit 07b095f

Browse files
test: workaround to prevent test from segfaulting on 1.10
1 parent d4ec3dc commit 07b095f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/basics.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ end
114114
struct Ctx1 end
115115
struct Ctx2 end
116116

117-
@testset "metadata" begin
117+
# @testset "metadata" begin
118+
begin
118119
@syms a b c
119120
for a = [a, sin(a), a+b, a*b, a^3]
120121

0 commit comments

Comments
 (0)