Skip to content

Commit

Permalink
fix: case issues and test executed in ci env
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierAlbertini committed Aug 30, 2019
1 parent b52d7dc commit 7312f03
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 106 deletions.
34 changes: 0 additions & 34 deletions packages/opentelemetry-plugin-http/src/enums/AttributeNames.ts

This file was deleted.

19 changes: 0 additions & 19 deletions packages/opentelemetry-plugin-http/src/enums/Format.ts

This file was deleted.

34 changes: 0 additions & 34 deletions packages/opentelemetry-plugin-http/src/enums/attributeNames.ts

This file was deleted.

19 changes: 0 additions & 19 deletions packages/opentelemetry-plugin-http/src/enums/format.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ describe('HttpPlugin Integration tests', () => {
before(function(done) {
// mandatory
if (process.env.CI) {
done();
return;
}

Expand Down

0 comments on commit 7312f03

Please sign in to comment.