Skip to content

Commit

Permalink
Skipping Latest tests for innovations release (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikpuneet07 authored Feb 5, 2024
1 parent e09a1ad commit 4054afc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-image-tests/ps/tests/test_ps_latest.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def host():

@pytest.mark.skipif(ps_version_major == "5.7", reason="Skipping tests for 5.7")
@pytest.mark.skipif(docker_acc == "perconalab", reason="Skipping tests in 'testing' repo")
@pytest.mark.skipif(re.match(r'^8\.[1-9]$', ps_version_major), reason="Skipping latest tests for innovation release")
class TestMysqlEnvironment:
@pytest.mark.parametrize("pkg_name", ps_packages)
def test_packages(self, host, pkg_name):
Expand Down

0 comments on commit 4054afc

Please sign in to comment.