Mayo commited on
Commit
4ada877
·
unverified ·
1 Parent(s): 06f7e70

tests: ignore provider_secret_set_and_clear

Browse files
tests/integration-tests/tests/meta.rs CHANGED
@@ -111,6 +111,7 @@ async fn llm_state_starts_empty() -> anyhow::Result<()> {
111
  }
112
 
113
  #[tokio::test]
 
114
  async fn provider_secret_set_and_clear() -> anyhow::Result<()> {
115
  let app = TestApp::spawn().await?;
116
  api::set_provider_secret(
 
111
  }
112
 
113
  #[tokio::test]
114
+ #[ignore = "Requires keyring"]
115
  async fn provider_secret_set_and_clear() -> anyhow::Result<()> {
116
  let app = TestApp::spawn().await?;
117
  api::set_provider_secret(