mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +00:00
Skip google calendar offset test (#4520)
This commit is contained in:
parent
6863d2e0af
commit
86f3e2455d
@ -4,6 +4,8 @@ import logging
|
||||
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
|
||||
@ -286,6 +288,7 @@ class TestComponentsGoogleCalendar(unittest.TestCase):
|
||||
'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."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user