Closed
Description
Note: #1097 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
commit: 8477be9
buildURL: Build Status, Sponge
status: failed
Test output
self = shared_state = {}@pytest.fixture(scope="class") def delete_staging_bucket(self, shared_state: Dict[str, Any]): """Delete the staging bucket and all it's contents""" yield # Get the staging bucket used for testing and wipe it
bucket = shared_state["bucket"]
E KeyError: 'bucket'
tests/system/aiplatform/e2e_base.py:93: KeyError