Skip to content

Commit

Permalink
remove xfail from test_roll.py
Browse files Browse the repository at this point in the history
  • Loading branch information
apertovs committed Apr 19, 2021
1 parent 61b4c20 commit 49d050e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ngraph/python/tests/test_ngraph/test_roll.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import ngraph as ng
import numpy as np
from tests import xfail_issue_49391
from tests.runtime import get_runtime


@xfail_issue_49391
def test_roll():
runtime = get_runtime()
input = np.reshape(np.arange(10), (2, 5))
Expand Down

0 comments on commit 49d050e

Please sign in to comment.