diff options
author | Mohammad Sulaiman <mohammad.sulaiman@exalt.ps> | 2024-09-09 18:07:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-09 11:07:41 -0400 |
commit | 582be0adc2b80e532cf92ffbc44c8c8268a51774 (patch) | |
tree | 48e5cdb63e524f974b17a3b787559ab0ff42e5c5 /tests/integration/mod.rs | |
parent | 5126ccb8428c4ccf199d3b30f1cd86ef11009ef7 (diff) |
chore: Deprecate worker itests (#25514)
Diffstat (limited to 'tests/integration/mod.rs')
-rw-r--r-- | tests/integration/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/integration/mod.rs b/tests/integration/mod.rs index 1b8e79469..d1d20aee1 100644 --- a/tests/integration/mod.rs +++ b/tests/integration/mod.rs @@ -68,5 +68,3 @@ mod test; mod upgrade; #[path = "watcher_tests.rs"] mod watcher; -#[path = "worker_tests.rs"] -mod worker; |