Skip to content

Commit

Permalink
fix: disable package manager contract test - init (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsenth200 committed Apr 11, 2024
1 parent 4c95367 commit 2e0df47
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ async fn test_get_installed_apps() {
assert!(resp);
}

#[ignore]
#[tokio::test(flavor = "multi_thread")]
#[cfg_attr(not(feature = "contract_tests"), ignore)]
async fn test_init() {
Expand Down

0 comments on commit 2e0df47

Please sign in to comment.