Skip to content

Commit

Permalink
[fix]: skip "configuration setting" tests (hyperledger-iroha/iroha#3445)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Balashov <a.marcius26@gmail.com>
  • Loading branch information
0x009922 committed May 3, 2023
1 parent 569e17a commit 43453e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/client/test/integration/test-node/test/main.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,9 @@ describe('Events API', () => {
})
})

describe('Setting configuration', () => {
// FIXME: https://github.com/hyperledger/iroha/issues/3445
// Iroha doesn't handle this endpoint properly now
describe.skip('Setting configuration', () => {
test('When setting correct peer configuration, there is no error', async () => {
const { pre } = clientFactory()

Expand Down

0 comments on commit 43453e9

Please sign in to comment.