Skip to content

Commit

Permalink
Merge pull request #2442 from thaJeztah/test_service_logs_un_experime…
Browse files Browse the repository at this point in the history
…ntal

test_service_logs: stop testing experimental versions
  • Loading branch information
thaJeztah authored Nov 18, 2024
2 parents fba6ffe + 8ee2851 commit 80a5846
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/integration/api_service_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import docker

from ..helpers import force_leave_swarm, requires_api_version, requires_experimental
from ..helpers import force_leave_swarm, requires_api_version
from .base import TEST_IMG, BaseAPIIntegrationTest


Expand Down Expand Up @@ -140,8 +140,7 @@ def test_create_service_simple(self):
assert len(services) == 1
assert services[0]['ID'] == svc_id['ID']

@requires_api_version('1.25')
@requires_experimental(until='1.29')
@requires_api_version('1.29')
def test_service_logs(self):
name, svc_id = self.create_simple_service()
assert self.get_service_container(name, include_stopped=True)
Expand Down

0 comments on commit 80a5846

Please sign in to comment.