Skip to content

Commit eac5e54

Browse files
Remove fixed broken test
1 parent 4c1167c commit eac5e54

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

test/MatrixFields/matrix_field_test_utils.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,8 @@ function test_field_broadcast(;
7070
ref_set_result = nothing,
7171
time_ratio_limit = 10,
7272
max_eps_error_limit = 10,
73-
test_broken_with_cuda = false,
7473
)
7574
@testset "$test_name" begin
76-
if test_broken_with_cuda && using_cuda
77-
@test_throws invalid_ir_error materialize(get_result)
78-
@warn "$test_name:\n\tCUDA.InvalidIRError"
79-
return
80-
end
81-
8275
result = materialize(get_result)
8376
result_copy = copy(result)
8477
time = @benchmark materialize!(result, set_result)

test/MatrixFields/operator_matrices.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ end
330330
)
331331
),
332332
time_ratio_limit = 30, # This case's ref function is fast on Buildkite.
333-
test_broken_with_cuda = true, # TODO: Fix this.
334333
)
335334

336335
# TODO: For some reason, we need to compile and run @test_opt on several

0 commit comments

Comments
 (0)