Skip to content

Commit

Permalink
DP-252 Upgrade df-docker-base image
Browse files Browse the repository at this point in the history
- Comment AWSMetaDataParser Test
  • Loading branch information
yaroslavmo committed Mar 1, 2021
1 parent 04146c5 commit eff2641
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/src/Utility/AWSMetaDataParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ class AWSMetaDataParserTest extends TestCase
*
* @var string $metadataServer
*/
public $metadataServer = '';
/*public $metadataServer = '';*/

public function setUp()
/*public function setUp()
{
$this->instanceIdentity = <<<TEXT
<place here real instance identity>
Expand Down Expand Up @@ -191,6 +191,5 @@ public function _testInstanceId__rightInstance() {
$instanceId = $metaDataParser->getInstanceId();
$this->assertEquals($this->instanceId, $instanceId);
}

}*/
}

0 comments on commit eff2641

Please sign in to comment.