Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrenner committed Sep 26, 2024
1 parent 90e3a16 commit 3083abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dd-trace/test/llmobs/tagger.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ describe('tagger', () => {
})
})

describe.only('tagLLMIO', () => {
describe('tagLLMIO', () => {
it('tags a span with llm io', () => {
const inputData = [
'you are an amazing assistant',
Expand Down

0 comments on commit 3083abf

Please sign in to comment.