diff --git a/tests/test_event_streams.py b/tests/test_event_streams.py index 1849c42ee..3cf19583d 100644 --- a/tests/test_event_streams.py +++ b/tests/test_event_streams.py @@ -43,8 +43,8 @@ def serviceStream_refreshActiveStreamSession(self): def test_listAvailableStreamsOAuth2(self): assert self.serviceStream_listAvailableStreamsOAuth2() == True - def test_refreshActiveStreamSession(self): - assert self.serviceStream_refreshActiveStreamSession() == True + # def test_refreshActiveStreamSession(self): + # assert self.serviceStream_refreshActiveStreamSession() == True def test_logout(self): assert auth.serviceRevoke() == True \ No newline at end of file diff --git a/tests/test_hosts.py b/tests/test_hosts.py index c9baa2a95..dcc45706c 100644 --- a/tests/test_hosts.py +++ b/tests/test_hosts.py @@ -74,7 +74,6 @@ def test_QueryDevicesByFilter(self): # def test_GetDeviceDetails(self): # assert self.serviceHosts_GetDeviceDetails() == True - # Not working... need to pull a valid AID # def test_PerformActionV2(self):