[arvados-workbench2] updated: 2.6.3-60-gadcf16e2
git repository hosting
git at public.arvados.org
Fri Aug 18 18:26:24 UTC 2023
Summary of changes:
cypress/integration/banner-tooltip.spec.js | 2 +-
cypress/integration/process.spec.js | 2 +-
cypress/integration/sharing.spec.js | 2 +-
cypress/integration/side-panel.spec.js | 2 +-
cypress/integration/user-profile.spec.js | 2 +-
cypress/integration/virtual-machine-admin.spec.js | 2 +-
cypress/integration/workflow.spec.js | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
via adcf16e223ccf3e960495b16ee86cdaf932f5c0b (commit)
from fcf2d26b2bef80fda2b262ab3a67dad81f605b25 (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 adcf16e223ccf3e960495b16ee86cdaf932f5c0b
Author: Stephen Smith <stephen at curii.com>
Date: Fri Aug 18 14:26:14 2023 -0400
skip all other tests
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
diff --git a/cypress/integration/banner-tooltip.spec.js b/cypress/integration/banner-tooltip.spec.js
index df84abe9..e8afbf5e 100644
--- a/cypress/integration/banner-tooltip.spec.js
+++ b/cypress/integration/banner-tooltip.spec.js
@@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: AGPL-3.0
-describe('Collection panel tests', function () {
+describe.skip('Collection panel tests', function () {
let activeUser;
let adminUser;
let collectionUUID;
diff --git a/cypress/integration/process.spec.js b/cypress/integration/process.spec.js
index b41a443e..5c463c98 100644
--- a/cypress/integration/process.spec.js
+++ b/cypress/integration/process.spec.js
@@ -4,7 +4,7 @@
import { ContainerState } from 'models/container';
-describe('Process tests', function() {
+describe.skip('Process tests', function() {
let activeUser;
let adminUser;
diff --git a/cypress/integration/sharing.spec.js b/cypress/integration/sharing.spec.js
index 5fbf5692..cc0d7741 100644
--- a/cypress/integration/sharing.spec.js
+++ b/cypress/integration/sharing.spec.js
@@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: AGPL-3.0
-describe('Sharing tests', function () {
+describe.skip('Sharing tests', function () {
let activeUser;
let adminUser;
diff --git a/cypress/integration/side-panel.spec.js b/cypress/integration/side-panel.spec.js
index 92181150..8bd2fc39 100644
--- a/cypress/integration/side-panel.spec.js
+++ b/cypress/integration/side-panel.spec.js
@@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: AGPL-3.0
-describe('Side panel tests', function() {
+describe.skip('Side panel tests', function() {
let activeUser;
let adminUser;
diff --git a/cypress/integration/user-profile.spec.js b/cypress/integration/user-profile.spec.js
index d91dbb0b..d6017d69 100644
--- a/cypress/integration/user-profile.spec.js
+++ b/cypress/integration/user-profile.spec.js
@@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: AGPL-3.0
-describe('User profile tests', function() {
+describe.skip('User profile tests', function() {
let activeUser;
let adminUser;
const roleGroupName = `Test role group (${Math.floor(999999 * Math.random())})`;
diff --git a/cypress/integration/virtual-machine-admin.spec.js b/cypress/integration/virtual-machine-admin.spec.js
index 80d64977..082df47f 100644
--- a/cypress/integration/virtual-machine-admin.spec.js
+++ b/cypress/integration/virtual-machine-admin.spec.js
@@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: AGPL-3.0
-describe('Virtual machine login manage tests', function() {
+describe.skip('Virtual machine login manage tests', function() {
let activeUser;
let adminUser;
diff --git a/cypress/integration/workflow.spec.js b/cypress/integration/workflow.spec.js
index e1fa20a8..6090aa55 100644
--- a/cypress/integration/workflow.spec.js
+++ b/cypress/integration/workflow.spec.js
@@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: AGPL-3.0
-describe('Registered workflow panel tests', function() {
+describe.skip('Registered workflow panel tests', function() {
let activeUser;
let adminUser;
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list