File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11
11
image : petergrace/opentsdb-docker:latest
12
12
ports :
13
13
- 4242:4242
14
- # - 60030:60030
15
14
# options: >-
16
15
# --health-cmd="curl -f http://opentsdb:4242/api/version"
17
16
# --health-interval=10s
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ final class OpenTsdbClientTest extends TestCase
23
23
public function testSuccess (): void
24
24
{
25
25
if ($ _ENV ['APP_ENV ' ] === 'ci ' ) {
26
- $ this ->markTestSkipped ('Only for development environment. Need to pull opentsdb container to GitHub. ' );
26
+ // $this->markTestSkipped('Only for development environment. Need to pull opentsdb container to GitHub.');
27
27
}
28
28
29
29
$ dataPointList [] = new DataPoint (
@@ -58,7 +58,7 @@ private function initOpenTsdbClient(): OpenTsdbClient
58
58
'http_errors ' => false ,
59
59
],
60
60
),
61
- baseUri: 'http:// opentsdb:4242 ' ,
61
+ baseUri: 'opentsdb:4242 ' ,
62
62
);
63
63
}
64
64
}
You can’t perform that action at this time.
0 commit comments