From e99434da5c078e46933c6500d87b8ad153375d45 Mon Sep 17 00:00:00 2001 From: "Stephen Lewis (Burrows)" Date: Mon, 26 Feb 2024 11:36:01 -0800 Subject: [PATCH] Fixed flakiness in TestAccDataPipelinePipeline_dataPipelinePipelineExample (#10040) --- mmv1/products/datapipeline/Pipeline.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mmv1/products/datapipeline/Pipeline.yaml b/mmv1/products/datapipeline/Pipeline.yaml index c3e24c9fcd9e..1bf821d94bff 100644 --- a/mmv1/products/datapipeline/Pipeline.yaml +++ b/mmv1/products/datapipeline/Pipeline.yaml @@ -31,6 +31,8 @@ examples: primary_resource_name: 'fmt.Sprintf("tf-test-my-pipeline%s", context["random_suffix"])' primary_resource_id: 'primary' + ignore_read_extra: + - 'schedule_info.0.next_job_time' vars: pipeline_name: 'my-pipeline' account_id: 'my-account'