[arvados-workbench2] updated: 2.6.3-58-g0c1bb0ad
git repository hosting
git at public.arvados.org
Fri Aug 18 17:35:02 UTC 2023
Summary of changes:
cypress/integration/collection.spec.js | 2 +-
cypress/integration/create-workflow.spec.js | 2 +-
cypress/integration/delete-multiple-files.spec.js | 2 +-
cypress/integration/favorites.spec.js | 2 +-
cypress/integration/group-manage.spec.js | 2 +-
cypress/integration/login.spec.js | 2 +-
cypress/integration/page-not-found.spec.js | 2 +-
cypress/integration/project.spec.js | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
via 0c1bb0ad3b1349d607fe6595f6f0c503b37b963b (commit)
from 1a151b5d654ad2fd062c568fbd5f0228aa521b7f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 0c1bb0ad3b1349d607fe6595f6f0c503b37b963b
Author: Stephen Smith <stephen at curii.com>
Date: Fri Aug 18 13:34:53 2023 -0400
skip unrelated tests
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
diff --git a/cypress/integration/collection.spec.js b/cypress/integration/collection.spec.js
index a2841eb8..41a23ee6 100644
--- a/cypress/integration/collection.spec.js
+++ b/cypress/integration/collection.spec.js
@@ -4,7 +4,7 @@
const path = require('path');
-describe('Collection panel tests', function () {
+describe.skip('Collection panel tests', function () {
let activeUser;
let adminUser;
let downloadsFolder;
diff --git a/cypress/integration/create-workflow.spec.js b/cypress/integration/create-workflow.spec.js
index 0fe7e341..4de4072b 100644
--- a/cypress/integration/create-workflow.spec.js
+++ b/cypress/integration/create-workflow.spec.js
@@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: AGPL-3.0
-describe('Multi-file deletion tests', function () {
+describe.skip('Multi-file deletion tests', function () {
let activeUser;
let adminUser;
diff --git a/cypress/integration/delete-multiple-files.spec.js b/cypress/integration/delete-multiple-files.spec.js
index b506fb3d..e30e8fde 100644
--- a/cypress/integration/delete-multiple-files.spec.js
+++ b/cypress/integration/delete-multiple-files.spec.js
@@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: AGPL-3.0
-describe('Multi-file deletion tests', function () {
+describe.skip('Multi-file deletion tests', function () {
let activeUser;
let adminUser;
diff --git a/cypress/integration/favorites.spec.js b/cypress/integration/favorites.spec.js
index db9a0d5f..9d52f99d 100644
--- a/cypress/integration/favorites.spec.js
+++ b/cypress/integration/favorites.spec.js
@@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: AGPL-3.0
-describe('Favorites tests', function () {
+describe.skip('Favorites tests', function () {
let activeUser;
let adminUser;
diff --git a/cypress/integration/group-manage.spec.js b/cypress/integration/group-manage.spec.js
index c4731bb3..b76654a3 100644
--- a/cypress/integration/group-manage.spec.js
+++ b/cypress/integration/group-manage.spec.js
@@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: AGPL-3.0
-describe('Group manage tests', function() {
+describe.skip('Group manage tests', function() {
let activeUser;
let adminUser;
let otherUser;
diff --git a/cypress/integration/login.spec.js b/cypress/integration/login.spec.js
index 2c539e49..07250c86 100644
--- a/cypress/integration/login.spec.js
+++ b/cypress/integration/login.spec.js
@@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: AGPL-3.0
-describe('Login tests', function() {
+describe.skip('Login tests', function() {
let activeUser;
let inactiveUser;
let adminUser;
diff --git a/cypress/integration/page-not-found.spec.js b/cypress/integration/page-not-found.spec.js
index 4df4135c..61665402 100644
--- a/cypress/integration/page-not-found.spec.js
+++ b/cypress/integration/page-not-found.spec.js
@@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: AGPL-3.0
-describe('Page not found tests', function() {
+describe.skip('Page not found tests', function() {
let adminUser;
before(function() {
diff --git a/cypress/integration/project.spec.js b/cypress/integration/project.spec.js
index eff4d4e9..9a32c88d 100644
--- a/cypress/integration/project.spec.js
+++ b/cypress/integration/project.spec.js
@@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: AGPL-3.0
-describe('Project tests', function() {
+describe.skip('Project tests', function() {
let activeUser;
let adminUser;
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list