Skip to content

Commit

Permalink
Merge branch 'main' into STAKE-893-add-new-feature-flag-for-stablecoi…
Browse files Browse the repository at this point in the history
…n-lending
  • Loading branch information
amitabh94 authored Jan 8, 2025
2 parents ce230af + 60667f7 commit 0568e60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ describe(
);
});

it('should add network permission when requested', async () => {
it.skip('should add network permission when requested', async () => {
await withFixtures(
{
dapp: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe(SmokeMultiChainPermissions('Chain Permission Management'), () => {
jest.setTimeout(150000);
await TestHelpers.reverseServerPort();
});
it('allows simultaneous granting and revoking of multiple chain permissions', async () => {
it.skip('allows simultaneous granting and revoking of multiple chain permissions', async () => {
await withFixtures(
{
dapp: true,
Expand Down

0 comments on commit 0568e60

Please sign in to comment.