diff --git a/.github/workflows/pmm2-ui-tests-fb.yml b/.github/workflows/pmm2-ui-tests-fb.yml index 6ce9a7352ca7..333747f6b461 100644 --- a/.github/workflows/pmm2-ui-tests-fb.yml +++ b/.github/workflows/pmm2-ui-tests-fb.yml @@ -216,16 +216,3 @@ jobs: client_flags: '--addclient=ps,1 --addclient=modb,1 --addclient=pdpgsql,1' tags_for_tests: '@user-password' - dump_tool: - name: Dump Tool UI tests - uses: ./.github/workflows/ui-tests.yml - secrets: inherit - with: - server_image: ${{ inputs.server_image || 'perconalab/pmm-server:dev-latest' }} - client_version: ${{ inputs.client_version || 'dev-latest' }} - client_image: ${{ inputs.client_image || 'perconalab/pmm-client:dev-latest' }} - pmm_qa_branch: ${{ inputs.pmm_qa_branch || 'main' }} - pmm_ui_branch: ${{ inputs.pmm_ui_branch || 'main' }} - sha: ${{ inputs.sha || github.event.pull_request.head.sha || 'null' }} - client_flags: '--addclient=ps,1' - tags_for_tests: '@dump'