Skip to content

Commit

Permalink
test: Don't needlessly skip yaml-test-suite B63P test
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Jan 8, 2022
1 parent 7998a95 commit dd12652
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/yaml-test-suite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { testEvents } from 'yaml/test-events'

const skip: Record<string, boolean | string[]> = {
'9MMA': ['errors'], // allow stream with directive & no docs
B63P: ['errors'], // allow ... after directives
SF5V: ['errors'] // allow duplicate %YAML directives
}

Expand Down

0 comments on commit dd12652

Please sign in to comment.