Skip to content

Commit

Permalink
PMM-13323 unskip cli test (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkovychv authored Aug 27, 2024
1 parent 023bf02 commit 400e2fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cli/tests/pmm-server-only.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ test.describe('PMM Server CLI tests for Docker Environment Variables', async ()
/**
* @link https://github.com/percona/pmm-qa/blob/main/pmm-tests/pmm-2-0-bats-tests/docker-env-variable-tests.bats#L35
*/
// TODO: Unskip after https://perconadev.atlassian.net/browse/PMM-13323 is fixed
test.skip('PMM-T226 run docker container with all valid environment variables not causing any warning or error message', async ({}) => {
test('PMM-T226 run docker container with all valid environment variables not causing any warning or error message', async ({}) => {
// @ts-ignore
await cli.exec(`docker run -d -p 83:80 -p 447:443
--name PMM-T226 -e DATA_RETENTION=48h -e DISABLE_UPDATES=true -e DISABLE_TELEMETRY=false
Expand Down

0 comments on commit 400e2fe

Please sign in to comment.