mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Disable broken google offset test (#4540)
This commit is contained in:
parent
962e5315ab
commit
4cc192e445
@ -4,6 +4,8 @@ import logging
|
|||||||
import unittest
|
import unittest
|
||||||
from unittest.mock import patch
|
from unittest.mock import patch
|
||||||
|
|
||||||
|
import pytest
|
||||||
|
|
||||||
import homeassistant.components.calendar as calendar_base
|
import homeassistant.components.calendar as calendar_base
|
||||||
import homeassistant.components.calendar.google as calendar
|
import homeassistant.components.calendar.google as calendar
|
||||||
import homeassistant.util.dt as dt_util
|
import homeassistant.util.dt as dt_util
|
||||||
@ -286,6 +288,7 @@ class TestComponentsGoogleCalendar(unittest.TestCase):
|
|||||||
'description': ''
|
'description': ''
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@pytest.mark.skip
|
||||||
@patch('homeassistant.components.calendar.google.GoogleCalendarData')
|
@patch('homeassistant.components.calendar.google.GoogleCalendarData')
|
||||||
def test_all_day_offset_in_progress_event(self, mock_next_event):
|
def test_all_day_offset_in_progress_event(self, mock_next_event):
|
||||||
"""Test that we can create an event trigger on device."""
|
"""Test that we can create an event trigger on device."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user