Build: #357 failed
Job: Default Job failed
Test results
- 15 tests in total
- 1 test failed
- 4 tests were fixed
- 2 tests were quarantined / skipped
- < 1 second taken in total.
Build 357 has the following 1 errors:There were no new test failures since the previous build.
| Status | Test | Failing since | Duration | |
|---|---|---|---|---|
|
PropertyGroupTests
test_add_multiple_property_groups
|
Failing since build #351 (Code changes detected) | < 1 sec | ||
AssertionError: 2 != 1
self = <tests.property_group_tests.PropertyGroupTests testMethod=test_add_multiple_property_groups>
def test_add_multiple_property_groups(self):
result = self.client.insert_regions(
TEST_DATASET,
[TEST_PGT_OBJECT, TEST_PGT_OBJECT_WITH_DATA]
)
(4 more lines...)
|
||||