Skip to content

Commit

Permalink
Update test_various_bugs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
epogrebnyak committed Dec 7, 2017
1 parent 1a8db52 commit 0db6b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_various_bugs.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from config import find_repo_root, InterimCSV
from download.download import make_url

@pytest.mark.xfail("with new user import addressing index by 0 column, we do not need time_index")
@pytest.mark.skip("with new user import addressing index by 0 column, we do not need time_index")
def test_time_index_is_included_in_access():

def make_path(freq):
Expand Down

0 comments on commit 0db6b3e

Please sign in to comment.