File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/Devlord.Utilities.Tests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ private static double ParseDuration(string distanceString)
2626 return double . Parse ( resultDuration ) ;
2727 }
2828
29- [ Fact ]
29+ [ Fact ( Skip = "Needs to be run with user secrets" ) ]
3030 public void ReturnsDeserializedResults ( )
3131 {
3232 var endPoint =
@@ -57,7 +57,7 @@ public void ReturnsDeserializedResults()
5757 }
5858 }
5959
60- [ Fact ]
60+ [ Fact ( Skip = "Needs to be run with user secrets" ) ]
6161 public void ReturnsExpectedResultWithCustomApi ( )
6262 {
6363 string endPoint =
@@ -135,7 +135,7 @@ public void ReturnsJsonResults()
135135 }
136136 }
137137
138- [ Fact ]
138+ [ Fact ( Skip = "Needs to be run with user secrets" ) ]
139139 public void ReturnsResultWithCustomApiAndQueryParams ( )
140140 {
141141 string baseUri = "https://maps.googleapis.com/maps/api/distancematrix/json?key="
You can’t perform that action at this time.
0 commit comments