Testing revealed that all FalkorDB fulltext search tests pass successfully.
The skip was added in PR #872 without explanation and appears to be unnecessary.
Removed FalkorDB from the skip conditions, keeping only Kuzu skipped (which
legitimately doesn't support dynamic fulltext index creation).
Tests verified passing locally with FalkorDB 1.2.3.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Kuzu requires explicit schema definition and doesn't support dynamic fulltext
index creation like Neo4j or FalkorDB. These tests were already being skipped
for FalkorDB for similar reasons. Updated all four fulltext search tests to
skip for both FalkorDB and Kuzu providers.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>