disable tests

This commit is contained in:
Scott E. Graves 2024-10-17 12:41:16 -05:00
parent 172ea8bc00
commit 9677ebb44e

View File

@ -19,6 +19,7 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
#if 0
#if !defined(_WIN32)
#include "fixtures/fuse_fixture.hpp"
@ -560,3 +561,4 @@ TYPED_TEST(fuse_test, chown) {
} // namespace repertory
#endif // !defined(_WIN32)
#endif // 0