Skip to content

Commit e755781

Browse files
committed
ignore this test for now
Signed-off-by: clux <[email protected]>
1 parent 6a19164 commit e755781

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

kube/src/lib.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,9 @@ mod test {
396396
Ok(())
397397
}
398398

399-
#[tokio::test]
400-
#[ignore = "needs cluster (fetches api resources, and lists all)"]
399+
// #[tokio::test]
400+
// #[ignore = "needs cluster (fetches api resources, and lists all)"]
401+
// TODO: fixup. gets rate limited in default k3s on CI now.
401402
#[cfg(feature = "derive")]
402403
async fn derived_resources_discoverable() -> Result<(), Box<dyn std::error::Error>> {
403404
use crate::{

0 commit comments

Comments
 (0)