Disable flaky test

Summary:
Test is flaky, causing failures on master.

{P498157360}

Reviewed By: lblasa

Differential Revision: D36004615

fbshipit-source-id: 484451f83459e42d459ed548525055d230e07734
This commit is contained in:
Pascal Hartig
2022-05-03 08:52:18 -07:00
committed by Facebook GitHub Bot
parent 7d392ade29
commit e1d15fee15

View File

@@ -37,7 +37,8 @@ afterEach(() => {
// fs.writeFile.mockRestore();
});
test('It generates the correct files for client plugin', async () => {
// TODO(T118520416): The test is flaky.
test.skip('It generates the correct files for client plugin', async () => {
await initTemplate(
'my weird Package %name. etc',
'Nice title',
@@ -230,7 +231,8 @@ test('It generates the correct files for client plugin', async () => {
`);
});
test('It generates the correct files for device plugin', async () => {
// TODO(T118520416): The test is flaky.
test.skip('It generates the correct files for device plugin', async () => {
await initTemplate(
'my weird Package %name. etc',
'Nice title',