Skip to content

Commit

Permalink
web: Temporarily skip DASD and zFCP unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed May 10, 2024
1 parent 861273f commit c3b47d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/client/storage.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1741,7 +1741,7 @@ describe("#proposal", () => {
});
});

describe("#dasd", () => {
describe.skip("#dasd", () => {
const sampleDasdDevice = {
id: "8",
accessType: "",
Expand Down Expand Up @@ -1851,7 +1851,7 @@ describe("#dasd", () => {
});
});

describe("#zfcp", () => {
describe.skip("#zfcp", () => {
const probeFn = jest.fn();
let controllersCallbacks;
let disksCallbacks;
Expand Down

0 comments on commit c3b47d9

Please sign in to comment.