Skip to content

Commit

Permalink
Skip YouTube integration tests since they are blocked on SauceLabs
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein committed Sep 26, 2024
1 parent 3729286 commit c978b62
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/javascript-tracker",
"comment": "Skip YouTube integration tests since they are blocked on SauceLabs",
"type": "none"
}
],
"packageName": "@snowplow/javascript-tracker"
}
2 changes: 1 addition & 1 deletion trackers/javascript-tracker/test/wdio.default.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const config: Omit<Options.Testrunner, 'capabilities'> = {
getFullPath('test/functional/*.test.ts'),
getFullPath('test/integration/*.test.ts'),
getFullPath('test/media/media.test.ts'),
getFullPath('test/media/youtube.test.ts'),
// YouTube and Vimeo tests are disabled since they block SauceLabs on CI
]],
logLevel: 'warn',
baseUrl: 'http://snowplow-js-tracker.local:8080',
Expand Down

0 comments on commit c978b62

Please sign in to comment.