File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -188,10 +188,10 @@ end
188
188
flastlinindices (x) = LinearIndices (x)[findlast (x)]
189
189
flastlinindices (f, x) = LinearIndices (x)[findlast (f, x)]
190
190
191
- @test ffirstlinindices (x) ≈ @jit (findfirst (x_ra)) broken = contains (
191
+ @test ffirstlinindices (x) ≈ @jit (findfirst (x_ra)) skip = contains (
192
192
string (Reactant. devices ()[1 ]), " TPU"
193
193
)
194
- @test flastlinindices (x) ≈ @jit (findlast (x_ra)) broken = contains (
194
+ @test flastlinindices (x) ≈ @jit (findlast (x_ra)) skip = contains (
195
195
string (Reactant. devices ()[1 ]), " TPU"
196
196
)
197
197
@@ -202,10 +202,10 @@ end
202
202
]
203
203
x_ra = Reactant. to_rarray (x)
204
204
205
- @test ffirstlinindices (iseven, x) ≈ @jit (findfirst (iseven, x_ra)) broken = contains (
205
+ @test ffirstlinindices (iseven, x) ≈ @jit (findfirst (iseven, x_ra)) skip = contains (
206
206
string (Reactant. devices ()[1 ]), " TPU"
207
207
)
208
- @test flastlinindices (iseven, x) ≈ @jit (findlast (iseven, x_ra)) broken = contains (
208
+ @test flastlinindices (iseven, x) ≈ @jit (findlast (iseven, x_ra)) skip = contains (
209
209
string (Reactant. devices ()[1 ]), " TPU"
210
210
)
211
211
end
You can’t perform that action at this time.
0 commit comments