Skip to content

Commit d087cae

Browse files
committed
test: skipping the test
1 parent e0743dc commit d087cae

File tree

1 file changed

+1
-1
lines changed
  • packages/collector/test/tracing/database/redis

1 file changed

+1
-1
lines changed

packages/collector/test/tracing/database/redis/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ const globalAgent = require('../../../globalAgent');
928928
expect(spans.some(span => span.n === 'redis')).to.be.true;
929929
});
930930
});
931-
mochaSuiteFn('ignore-endpoints enabled via agent config', function () {
931+
mochaSuiteFn.skip('ignore-endpoints enabled via agent config', function () {
932932
const { AgentStubControls } = require('../../../apps/agentStubControls');
933933
const customAgentControls = new AgentStubControls();
934934
let ignoreControls;

0 commit comments

Comments
 (0)