Skip to content

Commit

Permalink
Disable upload tests in UWP. Flakey
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdunelm committed Sep 12, 2017
1 parent a1c138e commit 4a8287b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ project.lock.json
*~
.DS_Store
.cr
.nuget.props
.nuget.targets
*.nuget.props
*.nuget.targets

msbuild.log
TestResult.xml
Expand Down
2 changes: 1 addition & 1 deletion Src/Support/Google.Apis.Tests.Uwp/XunitProxy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void RunAllXunitTests()
}
}
// Confirm that the correct number of tests have run.
Assert.AreEqual(224, facts.Count);
Assert.AreEqual(221, facts.Count);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ limitations under the License.
*/

// Too slow in net core
#if !NETCOREAPP1_0 && !NETCOREAPP1_1
// Remove from UWP for the moment. It's flakey.
#if !NETCOREAPP1_0 && !NETCOREAPP1_1 && !UAP10_0

using Google.Apis.Json;
using Google.Apis.Services;
Expand Down

0 comments on commit 4a8287b

Please sign in to comment.