Skip to content

Commit

Permalink
ignore test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbesraa committed Aug 21, 2023
1 parent 34d39cc commit 5b97e88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/core/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,6 @@ mod tests {
async fn end_to_end() {
let all_applications = LDNApplication::get_all_active_applications().await.unwrap();
dbg!(&all_applications);
assert!(false);
// // Test Creating an application
// let gh = GithubWrapper::new();

Expand Down
3 changes: 2 additions & 1 deletion src/external_services/github.rs
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ mod tests {
external_services::github::{http_server, remove_invalid_chars, GithubWrapper, TestPatch},
};

#[ignore]
#[tokio::test]
async fn test_basic_integration() {
let gh = GithubWrapper::new();
Expand Down Expand Up @@ -585,7 +586,7 @@ mod tests {
// let test_patch: TestPatch = serde_json::from_str(&parsed).unwrap();
// dbg!(&test_patch);
// dbg!(&test_patch);
assert!(false);
// assert!(false);
// assert!(gh.list_issues().await.is_ok());
// assert!(gh.list_pull_requests().await.is_ok());
// assert!(gh.list_branches().await.is_ok());
Expand Down

0 comments on commit 5b97e88

Please sign in to comment.