Skip to content

Commit 5647dee

Browse files
test: mark test as not broken
1 parent 43c3ccb commit 5647dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/structural_transformation/tearing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ du = [0.0, 0.0];
159159
u = [1.0, -0.5π];
160160
pr = 0.2;
161161
tt = 0.1;
162-
@test_skip (@ballocated $(prob.f)($du, $u, $pr, $tt)) == 0
162+
@test (@ballocated $(prob.f)($du, $u, $pr, $tt)) == 0
163163
prob.f(du, u, pr, tt)
164164
@test du[u[2], u[1] + sin(u[2]) - pr * tt] atol=1e-5
165165

0 commit comments

Comments
 (0)