File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ public void The_Version_Option_Should_Call_Version_Feature()
384384 Assert . Collection ( fixture . Console . Messages , s => s . Equals ( "FakeVersion" ) ) ;
385385 }
386386
387- [ Fact ]
387+ [ Fact ( Skip = "Excluded to see if the performance implication of this test is causing the integration tests to break on push to PR" ) ]
388388 public void Should_Pass_Cake_Runner_Argument_And_Value_To_Build_Script ( )
389389 {
390390 // Given
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ public async Task The_Info_Option_Should_Call_Info_Feature(params string[] args)
132132 feature . Received ( 1 ) . Run ( fixture . Console ) ;
133133 }
134134
135- [ Fact ]
135+ [ Fact ( Skip = "Excluded to see if the performance implication of this test is causing the integration tests to break on push to PR" ) ]
136136 public async void Should_Pass_Cake_Runner_Argument_And_Value_To_Build_Script ( )
137137 {
138138 // Given
You can’t perform that action at this time.
0 commit comments