Skip to content

Commit 718ce19

Browse files
unlikelyzeromichaelrogers
authored andcommitted
[CI] Update Github Actions to combine deploysentinel PR reports and driveby (#6784)
* include git hash * skip a test
1 parent f7bc497 commit 718ce19

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/e2e-couchdb.yml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
- name: Run CouchDB Tests and publish to deploysentinel
5050
env:
5151
DEPLOYSENTINEL_API_KEY: ${{ secrets.DEPLOYSENTINEL_API_KEY }}
52+
COMMIT_INFO_SHA: ${{github.event.pull_request.head.sha }}
5253
run: npm run test:e2e:couchdb
5354

5455
- name: Publish Results to Codecov.io

e2e/tests/framework/baseFixtures.e2e.spec.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ relates to how we've extended it (i.e. ./e2e/baseFixtures.js) and assumptions ma
2929
const { test } = require('../../baseFixtures.js');
3030

3131
test.describe('baseFixtures tests', () => {
32-
test('Verify that tests fail if console.error is thrown', async ({ page }) => {
32+
//Skip this test for now https://github.com/nasa/openmct/issues/6785
33+
test.fixme('Verify that tests fail if console.error is thrown', async ({ page }) => {
3334
test.fail();
3435
//Go to baseURL
3536
await page.goto('./', { waitUntil: 'domcontentloaded' });

0 commit comments

Comments
 (0)