Skip to content

Commit

Permalink
chore: comment admin upgade tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniekan Eshiet authored and Aniekan Eshiet committed Aug 22, 2024
1 parent 0744836 commit 3fb9daf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/e2e/upgrade/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ const upgradeConfig = Object.assign(wdioBaseConfig.config, {
// order is important, because we want to upgrade from an older version to current version. validate the upgrade
// and then upgrade to master
[
'upgrade.wdio-spec.js',
// 'upgrade.wdio-spec.js',
'admin-user.wdio-spec.js',
'webapp.wdio-spec.js',
'upgrade-master.wdio-spec.js',
// 'webapp.wdio-spec.js',
// 'upgrade-master.wdio-spec.js',
],
exclude: [],

Expand Down

0 comments on commit 3fb9daf

Please sign in to comment.