You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The filesystem's setVisibility operation is not successfully changing file visibility settings. The operation returns false when it should return true after changing the visibility.
Error details:
Expected: true
Actual: <false>
This suggests that:
The visibility change operation is not being executed properly
The operation might be failing silently
The system may not have sufficient permissions to change file visibility
The visibility verification mechanism might not be working correctly
Select package
Filesystem
Which jobs/test(s) are failing
test/filesystem_test.dart:Filesystem setVisibility() changes file visibility
Reason for failure/description
The filesystem's setVisibility operation is not successfully changing file visibility settings. The operation returns false when it should return true after changing the visibility.
Error details:
This suggests that:
Is this a regression?
No
Media proof
Additional context
The text was updated successfully, but these errors were encountered: