Skip to content

Commit

Permalink
Remove exclusive focus from provision dispatcher test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianG committed Nov 8, 2024
1 parent 8aff86f commit 00e5091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/ProvisionDispatcher.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const mockZookeeperClient = require('../functional/utils/mockZookeeperClient');

const sinon = require('sinon');

describe.only('provision dispatcher based on zookeeper recipes',
describe('provision dispatcher based on zookeeper recipes',
function testDispatch() {
const endpoint = 'fake.endpoint:2181';
const zkConf = { connectionString: endpoint };
Expand Down

0 comments on commit 00e5091

Please sign in to comment.