Skip to content

Commit d20f6c1

Browse files
committed
feat: flaky test removal (#4630)
Signed-off-by: Mariusz Jasuwienas <[email protected]>
1 parent d9fde05 commit d20f6c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/server/tests/integration/server.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,8 @@ describe('RPC Server', function () {
301301
expect(res.data.result).to.be.equal('0xf956fddff3899ff3cf7ac1773fdbf443ffbfb625c1a673abdba8947251f81bae');
302302
});
303303

304-
it('should execute "eth_getTransactionByHash with missing transaction"', async function () {
304+
it.skip('should execute "eth_getTransactionByHash with missing transaction"', async function () {
305+
// flaky test...
305306
try {
306307
await testClient.post('/', {
307308
id: '2',

0 commit comments

Comments
 (0)