Skip to content

Commit

Permalink
fix: unit test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kidneyweakx committed Mar 19, 2024
1 parent cc03c2e commit 2f36e8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/quorum/service/network.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { JoinNodeType } from '../../../src/quorum/model/type/network.type'
import Wallet from '../../../src/wallet/service/wallet'
import { WalletType } from '../../../src/wallet/model/type/wallet.type'

describe.skip('Quorum.Network.Service', function () {
describe('Quorum.Network.Service', function () {
this.timeout(1000000)

const docker = new Dockerode({ socketPath: '/var/run/docker.sock' })
Expand Down Expand Up @@ -194,7 +194,7 @@ describe.skip('Quorum.Network.Service', function () {
})
})

describe('Quorum.Network.joinNode', () => {
describe.skip('Quorum.Network.joinNode', () => {
const ipAddress = '127.0.0.1'

it('should join a validator node successfully', async () => {
Expand Down

0 comments on commit 2f36e8f

Please sign in to comment.