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:
committed by
Facebook GitHub Bot
parent
7d392ade29
commit
e1d15fee15
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user