Skip to content

Commit

Permalink
Merge branch 'master' into CDX-1481
Browse files Browse the repository at this point in the history
  • Loading branch information
y-lakhdar authored Oct 10, 2023
2 parents 0522225 + 5bcb2b4 commit b0d4c99
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
16 changes: 8 additions & 8 deletions packages/cli-e2e/__tests__/__snapshots__/atomic.specs.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ HashedFolder {
HashedFolder {
"children": [
HashedFile {
"hash": "63iCDjem+a7U2WjolL1DH5P0Ci8=",
"hash": "61GVF7l8bCVXW00H2rtInTKwoqY=",
"name": "index.css",
},
],
"hash": "0bY2Jd491GZpzxt+9wZdGdawwVY=",
"hash": "FQZ6fv/Z/8DhwZWuUbrLwgTt6r8=",
"name": "style",
},
HashedFolder {
Expand All @@ -104,15 +104,15 @@ HashedFolder {
"name": "utils",
},
],
"hash": "V+jxFTW2uM99XIpoxRle6btFEYo=",
"hash": "PBxgg8jprlbpGrP2ZWP+y/7lP8A=",
"name": "src",
},
HashedFile {
"hash": "9nyo2P7hCKS4uXz6KBbyR2tzRtY=",
"name": "tsconfig.json",
},
],
"hash": "H66A1esbk6Cxyt/R1HNbEeuTMDc=",
"hash": "Osl3T0kqmA46szXnCn90VXTERFY=",
"name": "normalizedDir",
}
`;
Expand Down Expand Up @@ -212,11 +212,11 @@ HashedFolder {
HashedFolder {
"children": [
HashedFile {
"hash": "gk5CR4Hm1yGsg8K5Of+ddP15XUc=",
"hash": "/limo6D9Trxh05AOjVfMeecwXR8=",
"name": "index.css",
},
],
"hash": "hxqHCQ2HbA639SAVyjlg/sZ19qY=",
"hash": "/ARqEzx1ZY/+YdpH3eOpUbZnjj8=",
"name": "style",
},
HashedFolder {
Expand All @@ -230,15 +230,15 @@ HashedFolder {
"name": "utils",
},
],
"hash": "DozmbICjZ0Y1PMirUeKxn1+X1UI=",
"hash": "Ef7/8/tJBJSWIiFfltYXzGL2Imw=",
"name": "src",
},
HashedFile {
"hash": "9nyo2P7hCKS4uXz6KBbyR2tzRtY=",
"name": "tsconfig.json",
},
],
"hash": "orJQkK4qDRi2Am0THO7BYw1QJcM=",
"hash": "ZzuGBPBUSyPMtIrjdtQn/NoDZOE=",
"name": "normalizedDir",
}
`;
Expand Down
3 changes: 2 additions & 1 deletion packages/cli-e2e/__tests__/deploy.specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ describe('ui:deploy', () => {
await processManager.killAllProcesses();
});

describe('happy paths', () => {
// CDX-1489: unskip once service is fixed
describe.skip('happy paths', () => {
it(
'creates a new hosted page',
async () => {
Expand Down

0 comments on commit b0d4c99

Please sign in to comment.