diff --git a/test/test_pytato.py b/test/test_pytato.py index 19eade09c77fddf77d9cedd084baa6ab6b519872..ceee27e6820cc7abb874233c3a015729d5bee1a4 100644 --- a/test/test_pytato.py +++ b/test/test_pytato.py @@ -126,7 +126,6 @@ def test_stack_input_validation(): pt.stack((x, x), axis=3) -@pytest.mark.xfail # Unnamed placeholders should be used via pt.bind def test_make_placeholder_noname(): x = pt.make_placeholder("x", shape=(10, 4), dtype=float) y = 2*x