mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Revert "Added skip mark to failing cloud tests"
This reverts commit 665c331564
.
This commit is contained in:
parent
c6628560bb
commit
894dbcf6f6
3 changed files with 0 additions and 9 deletions
|
@ -15,9 +15,6 @@ from ...src.Cloud.Models.CloudError import CloudError
|
||||||
from .Fixtures import readFixture, parseFixture
|
from .Fixtures import readFixture, parseFixture
|
||||||
from .NetworkManagerMock import NetworkManagerMock
|
from .NetworkManagerMock import NetworkManagerMock
|
||||||
|
|
||||||
import pytest
|
|
||||||
pytestmark = pytest.mark.skip("Tests failing due to incorrect paths in patch")
|
|
||||||
|
|
||||||
|
|
||||||
class TestCloudApiClient(TestCase):
|
class TestCloudApiClient(TestCase):
|
||||||
maxDiff = None
|
maxDiff = None
|
||||||
|
|
|
@ -13,9 +13,6 @@ from ...src.Cloud.Models.CloudClusterResponse import CloudClusterResponse
|
||||||
from .Fixtures import readFixture, parseFixture
|
from .Fixtures import readFixture, parseFixture
|
||||||
from .NetworkManagerMock import NetworkManagerMock
|
from .NetworkManagerMock import NetworkManagerMock
|
||||||
|
|
||||||
import pytest
|
|
||||||
pytestmark = pytest.mark.skip("Tests failing due to incorrect paths in patch")
|
|
||||||
|
|
||||||
|
|
||||||
class TestCloudOutputDevice(TestCase):
|
class TestCloudOutputDevice(TestCase):
|
||||||
maxDiff = None
|
maxDiff = None
|
||||||
|
|
|
@ -10,9 +10,6 @@ from ...src.Cloud import CloudOutputDeviceManager
|
||||||
from .Fixtures import parseFixture, readFixture
|
from .Fixtures import parseFixture, readFixture
|
||||||
from .NetworkManagerMock import NetworkManagerMock, FakeSignal
|
from .NetworkManagerMock import NetworkManagerMock, FakeSignal
|
||||||
|
|
||||||
import pytest
|
|
||||||
pytestmark = pytest.mark.skip("Tests failing due to incorrect paths in patch")
|
|
||||||
|
|
||||||
|
|
||||||
class TestCloudOutputDeviceManager(TestCase):
|
class TestCloudOutputDeviceManager(TestCase):
|
||||||
maxDiff = None
|
maxDiff = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue