Skip to content

Commit 0017da8

Browse files
authored
【UnitTestFix No.16】test_reducescatter 单测修复 (#75886)
1 parent 33eff52 commit 0017da8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/collective/collective_reduce_scatter_api.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14+
import os
15+
16+
os.environ['FLAGS_enable_pir_api'] = '0'
1417

1518
from legacy_test.test_collective_api_base import (
1619
TestCollectiveAPIRunnerBase,

0 commit comments

Comments
 (0)