Skip to content

Commit 9dd9bd0

Browse files
Merge pull request #6543 from MetRonnie/fix-test
Fix tests needing independent filesystem
2 parents fe1f824 + e322bfa commit 9dd9bd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/functional/events/51-task-event-job-logs-retrieve-4.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# You should have received a copy of the GNU General Public License
1616
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
#-------------------------------------------------------------------------------
18-
export REQUIRE_PLATFORM="loc:remote comms:tcp"
18+
export REQUIRE_PLATFORM="loc:remote fs:indep comms:?(tcp|ssh)"
1919
. "$(dirname "$0")/test_header"
2020
set_test_number 3
2121
#-------------------------------------------------------------------------------

tests/functional/remote/09-restart-running-file-install.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# updated which is verified by checking task messaging works (checks for
2828
# "(received)succeeded" in the logs).
2929

30-
export REQUIRE_PLATFORM='loc:remote comms:tcp'
30+
export REQUIRE_PLATFORM='loc:remote fs:indep comms:?(tcp|ssh)'
3131
. "$(dirname "$0")/test_header"
3232
set_test_number 6
3333

0 commit comments

Comments
 (0)