diff --git a/.github/workflows/positron-full-test.yml b/.github/workflows/positron-full-test.yml index 89e6995f1b3..5617498811f 100644 --- a/.github/workflows/positron-full-test.yml +++ b/.github/workflows/positron-full-test.yml @@ -173,7 +173,7 @@ jobs: if: ${{ failure() }} steps: - name: "Send Slack notification" - uses: testlabauto/action-test-results-to-slack@v0.0.2 + uses: testlabauto/action-test-results-to-slack@v0.0.4 with: github_token: ${{ secrets.POSITRON_GITHUB_PAT }} slack_token: ${{ secrets.SMOKE_TESTS_SLACK_TOKEN }} diff --git a/.github/workflows/positron-merge-to-main.yml b/.github/workflows/positron-merge-to-main.yml index f4b5298ea77..9470552b2d7 100644 --- a/.github/workflows/positron-merge-to-main.yml +++ b/.github/workflows/positron-merge-to-main.yml @@ -152,7 +152,7 @@ jobs: if: ${{ failure() && needs.linux.outputs.target == 'smoketest-merge-to-main' }} steps: - name: 'Send Slack notification' - uses: testlabauto/action-test-results-to-slack@v0.0.2 + uses: testlabauto/action-test-results-to-slack@v0.0.4 with: github_token: ${{ secrets.POSITRON_GITHUB_PAT }} slack_token: ${{ secrets.SMOKE_TESTS_SLACK_TOKEN }} diff --git a/test/smoke/src/areas/positron/rmarkdown/rmarkdown.test.ts b/test/smoke/src/areas/positron/rmarkdown/rmarkdown.test.ts index 4b82cb6471b..1ffc37271a9 100644 --- a/test/smoke/src/areas/positron/rmarkdown/rmarkdown.test.ts +++ b/test/smoke/src/areas/positron/rmarkdown/rmarkdown.test.ts @@ -41,7 +41,6 @@ export function setup(logger: Logger) { }); // test depends on the previous test - // skipping this test for now. need to determine what to do about the dialog that is appearing in CI it('Preview RMarkdown [C709147]', async function () { const app = this.app as Application; //Get handle to application