Skip to content

Commit

Permalink
Skip google calendar offset test (home-assistant#4520)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Nov 22, 2016
1 parent 6863d2e commit 86f3e24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/components/calendar/test_google.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
import unittest
from unittest.mock import patch

import pytest

import homeassistant.components.calendar as calendar_base
import homeassistant.components.calendar.google as calendar
import homeassistant.util.dt as dt_util
Expand Down Expand Up @@ -286,6 +288,7 @@ def test_offset_in_progress_event(self, mock_next_event):
'description': ''
})

@pytest.mark.skip
@patch('homeassistant.components.calendar.google.GoogleCalendarData')
def test_all_day_offset_in_progress_event(self, mock_next_event):
"""Test that we can create an event trigger on device."""
Expand Down

0 comments on commit 86f3e24

Please sign in to comment.