//! Property-based tests disabled - needs refactoring after client architecture changes //! //! These tests reference old client types and configurations that were removed //! when TLI was refactored to be a pure client without database dependencies. //! //! To re-enable: //! 1. Update imports to use correct client module paths //! 2. Remove database property tests (TLI is pure client) //! 3. Focus on gRPC message validation properties //! 4. Update config field references to match current client configs #[test] fn property_tests_disabled() { // Tests disabled pending refactoring }