File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2665,8 +2665,9 @@ mod tests {
2665
2665
2666
2666
#[ cfg( target_os = "linux" ) ]
2667
2667
#[ test]
2668
+ #[ ignore]
2668
2669
fn test_library_load ( ) {
2669
- // This test is implemented for linux only
2670
+ // This test is implemented for linux only.
2670
2671
let lib_path = "test_resources/library/test_op.so" ;
2671
2672
assert ! (
2672
2673
std:: path:: Path :: new( lib_path) . exists( ) ,
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ if [[ "${version_tensorflow_sys_crate}" != "${version_tensorflow_sys_readme}" ]]
48
48
fi
49
49
50
50
run python3 examples/mobilenetv3/create_model.py
51
- (cd test_resources/library && ./build-test-op)
51
+ # TODO(#391): Re-enable: (cd test_resources/library && ./build-test-op)
52
52
run cargo fmt --all -- --check
53
53
run cargo test -vv -j 2
54
54
run cargo test -vv -j 2 --features eager
You can’t perform that action at this time.
0 commit comments