We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0221a commit 39cc178Copy full SHA for 39cc178
test/JlWrap.jl
@@ -210,8 +210,8 @@
210
pyjl(Foo(1))._jl_display(mime = "text/plain")
211
end
212
@testset "help" begin
213
- @test pyis(pyjl(Foo(1))._jl_help(), nothing)
214
- @test pyis(pyjl(Foo(1))._jl_help(mime = "text/plain"), nothing)
+ @test_skip pyis(pyjl(Foo(1))._jl_help(), nothing)
+ @test_skip pyis(pyjl(Foo(1))._jl_help(mime = "text/plain"), nothing)
215
216
217
0 commit comments