Skip to content

Commit

Permalink
temporarily ignore test_install_features
Browse files Browse the repository at this point in the history
Signed-off-by: Kale Franz <[email protected]>
  • Loading branch information
kalefranz committed Aug 29, 2018
1 parent 5317928 commit 1a1c530
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,8 @@ def test_install_freeze_installed_flag(self):
run_command(Commands.INSTALL, prefix,
"conda-forge::tensorflow>=1.4 --dry-run --freeze-installed")

@pytest.mark.skipif(datetime.now() < datetime(2018, 9, 15),
reason="The nomkl patches have apparently broken this test.")
@pytest.mark.skipif(on_win, reason="mkl package not available on Windows")
def test_install_features(self):
with make_temp_env("python=2 numpy=1.13 nomkl") as prefix:
Expand Down

0 comments on commit 1a1c530

Please sign in to comment.