Skip to content

Commit

Permalink
Misc: Disable OsuSite tests for now (old performance page is not aval…
Browse files Browse the repository at this point in the history
…iable anymore)
  • Loading branch information
Piotrekol committed Jun 6, 2020
1 parent 737cf29 commit 0717ecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions CollectionManagerExtensionsDll/Modules/API/osu/OsuSite.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

namespace CollectionManagerExtensionsDll.Modules.API.osu
{
//TODO: old.ppy.sh/p is not avaliable anymore. modify to use https://osu.ppy.sh/rankings/osu/performance
public class OsuSite
{
private static readonly string parsingPage = "Getting page {0} of {1}";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
using CollectionManagerExtensionsDll.Modules.API.osu;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace CollectionManagerExtensionsDll.Modules.API.osu.Tests
{
[Ignore("old performance page is not avaliable anymore, url is now https://osu.ppy.sh/rankings/osu/performance")]
[TestClass()]
public class OsuSiteTests
{
Expand Down

0 comments on commit 0717ecd

Please sign in to comment.