Skip to content

Commit

Permalink
Temporarily disable failing test
Browse files Browse the repository at this point in the history
This test results in a request to lib.haxe.org, which does not provide
api version 4.0 yet
  • Loading branch information
tobil4sk committed Oct 7, 2022
1 parent 0ffa12d commit a3460af
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/tests/TestInstaller.hx
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,12 @@ class TestInstaller extends TestBase {
}

public function testInstallHxmlWithBackend() {
// TODO: Re-enable after #564 is merged into master
// inferred from -cpp/--cpp flags
installer.installFromHxml("cpp.hxml", (libs) -> {
assertEquals(1, Lambda.count(libs, (lib) -> lib.name == "hxcpp"));
return false;
});
// installer.installFromHxml("cpp.hxml", (libs) -> {
// assertEquals(1, Lambda.count(libs, (lib) -> lib.name == "hxcpp"));
// return false;
// });

// specified explicitly
// test for issue #511
Expand Down

0 comments on commit a3460af

Please sign in to comment.