Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Avoid interferences of e2e tests with WildFly Agent
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Jun 24, 2015
1 parent bbfec60 commit e71b3da
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,8 @@ class InventoryITest extends AbstractTestBase {
assertEntityExists("resourceTypes/$pingableHostRTypeId", pingableHostRTypeId)
assertEntityExists("resourceTypes/$roomRTypeId", roomRTypeId)

assertEntitiesExist("resourceTypes", [urlTypeId, pingableHostRTypeId, roomRTypeId])
// commented out as it interfers with WildFly Agent
// assertEntitiesExist("resourceTypes", [urlTypeId, pingableHostRTypeId, roomRTypeId])

}

Expand All @@ -260,8 +261,9 @@ class InventoryITest extends AbstractTestBase {
assertEntityExists("metricTypes/$responseTimeMTypeId", responseTimeMTypeId)
assertEntityExists("metricTypes/$statusDurationMTypeId", statusDurationMTypeId)
assertEntityExists("metricTypes/$statusCodeMTypeId", statusCodeMTypeId)
assertEntitiesExist("metricTypes",
[responseTimeMTypeId, responseStatusCodeMTypeId, statusDurationMTypeId, statusCodeMTypeId])
// commented out as it interfers with WildFly Agent
// assertEntitiesExist("metricTypes",
// [responseTimeMTypeId, responseStatusCodeMTypeId, statusDurationMTypeId, statusCodeMTypeId])
}

@Test
Expand Down

0 comments on commit e71b3da

Please sign in to comment.