Skip to content

Commit

Permalink
deactivate test to keep contributors from being confused while fix is…
Browse files Browse the repository at this point in the history
… determined Yelp#64
  • Loading branch information
kentwills committed Mar 14, 2017
1 parent 2b9aa01 commit 424d722
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/logic/meeting_spec_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
from __future__ import print_function
from __future__ import unicode_literals

import pytest

from yelp_beans.logic.meeting_spec import get_meeting_datetime
from yelp_beans.logic.meeting_spec import get_users_from_spec

Expand All @@ -12,5 +14,6 @@ def test_get_users_from_spec(database, fake_user):
assert len(users) == 1


@pytest.mark.skip(reason="issue #64")
def test_get_meeting_datetime(database, subscription):
assert get_meeting_datetime(database.specs[0]).hour == 15

0 comments on commit 424d722

Please sign in to comment.