Skip to content

Commit

Permalink
chore(osquery): exclude http headers file as it's causing an error
Browse files Browse the repository at this point in the history
  • Loading branch information
delanni committed Sep 28, 2023
1 parent 8d87400 commit 98329c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/osquery/cypress/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"../../../test_serverless/shared/lib"
],
"exclude": [
"target/**/*"
"target/**/*",
"../../../test_serverless/shared/lib/security/default_http_headers.ts"
],
"compilerOptions": {
"outDir": "target/types",
Expand Down

0 comments on commit 98329c3

Please sign in to comment.