Build: #357 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

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.

Existing test failures 1
Status Test Failing since Duration
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...)