Commit 3d179731 authored by Łukasz Nowak's avatar Łukasz Nowak

Skip nothing, it is time to fix all tests.

parent c632c8b4
...@@ -11,7 +11,6 @@ import os ...@@ -11,7 +11,6 @@ import os
from App.Common import rfc1123_date from App.Common import rfc1123_date
from DateTime import DateTime from DateTime import DateTime
import time import time
from Products.ERP5Type.tests.backportUnittest import skip
class Simulator: class Simulator:
def __init__(self, outfile, method): def __init__(self, outfile, method):
...@@ -411,7 +410,6 @@ class TestInstanceRequest(VifibSlaposRestAPIV1Mixin): ...@@ -411,7 +410,6 @@ class TestInstanceRequest(VifibSlaposRestAPIV1Mixin):
self.json_response) self.json_response)
self.assertPersonRequestSimulatorEmpty() self.assertPersonRequestSimulatorEmpty()
@skip("Temporary disabled to reduce error numbers in global tests")
def test_content_negotiation_headers(self): def test_content_negotiation_headers(self):
self.connection = CustomHeaderHTTPConnection(host=self.api_netloc, self.connection = CustomHeaderHTTPConnection(host=self.api_netloc,
custom_header={ custom_header={
...@@ -653,7 +651,6 @@ class TestInstanceGET(VifibSlaposRestAPIV1InstanceMixin): ...@@ -653,7 +651,6 @@ class TestInstanceGET(VifibSlaposRestAPIV1InstanceMixin):
"sla": {"computer_guid": "SOMECOMP"}}, "sla": {"computer_guid": "SOMECOMP"}},
self.json_response) self.json_response)
@skip("Temporary disabled to reduce error numbers in global tests")
def test_if_modified_since_date_not_date(self): def test_if_modified_since_date_not_date(self):
self.connection.request(method='GET', self.connection.request(method='GET',
url='/'.join([self.api_path, 'instance', url='/'.join([self.api_path, 'instance',
...@@ -1169,7 +1166,6 @@ class TestInstanceGETlist(VifibSlaposRestAPIV1InstanceMixin): ...@@ -1169,7 +1166,6 @@ class TestInstanceGETlist(VifibSlaposRestAPIV1InstanceMixin):
}, },
self.json_response) self.json_response)
@skip("Temporary disabled to reduce error numbers in global tests")
def test_if_modified_since_equal(self): def test_if_modified_since_equal(self):
self.connection.request(method='GET', self.connection.request(method='GET',
url='/'.join([self.api_path, 'instance']), url='/'.join([self.api_path, 'instance']),
......
72 73
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment