Skip to content

Commit

Permalink
linked issue instead of bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sameer-google authored and sushantkhanna committed Oct 4, 2024
1 parent 5e12185 commit b635cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gslib/tests/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ def testMetricsReporting(self):
reported_metrics = pickle.load(metrics_file)
self.assertEqual(COMMAND_AND_ERROR_TEST_METRICS, set(reported_metrics))

@unittest.skip("example.com is currently not accepting post requests, tracking bug: b/369285587")
@unittest.skip("example.com is currently not accepting post requests, tracking issue: https://github.com/GoogleCloudPlatform/gsutil/issues/1800")
@mock.patch('time.time', new=mock.MagicMock(return_value=0))
def testMetricsPosting(self):
"""Tests the metrics posting process as performed in metrics_reporter.py."""
Expand Down

0 comments on commit b635cc1

Please sign in to comment.