chore(core): disable flaky e2e tests (#31200)
Disable flaky `e2e-release` tasks
This commit is contained in:
parent
552d6b1ea8
commit
514cdd890d
@ -45,7 +45,8 @@ expect.addSnapshotSerializer({
|
||||
|
||||
const originalVerboseLoggingValue = process.env.NX_VERBOSE_LOGGING;
|
||||
|
||||
describe('nx release circular dependencies', () => {
|
||||
// TODO: Flaky tests
|
||||
xdescribe('nx release circular dependencies', () => {
|
||||
let pkg1: string;
|
||||
let pkg2: string;
|
||||
let e2eRegistryUrl: string;
|
||||
|
||||
@ -91,7 +91,8 @@ describe('nx release - private JS packages', () => {
|
||||
});
|
||||
afterAll(() => cleanupProject());
|
||||
|
||||
it('should skip private packages and log a warning when private packages are explicitly configured', async () => {
|
||||
// TODO: Flaky test
|
||||
xit('should skip private packages and log a warning when private packages are explicitly configured', async () => {
|
||||
updateJson('nx.json', (json) => {
|
||||
json.release.projects = [publicPkg1, publicPkg2, privatePkg];
|
||||
return json;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user