Skip to content

Commit 99c83db

Browse files
authored
Merge pull request #159 from ekohl/drop-pending
Revert "Mark some failing 8.3 Windows tests as pending"
2 parents 77cc7a4 + f614c46 commit 99c83db

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

spec/integration/directory_environments_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030

3131
it 'given an 8.3 style path on Windows, will config print an expanded path',
3232
:if => Puppet::Util::Platform.windows? do
33-
pending("GH runners seem to have disabled 8.3 support")
3433

3534
# ensure an 8.3 style path is set for environmentpath
3635
shortened = Puppet::Util::Windows::File.get_short_pathname(Puppet[:environmentpath])

spec/integration/node/environment_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def a_module_in(name, dir)
3838

3939
it "should expand 8.3 paths on Windows when creating an environment",
4040
:if => Puppet::Util::Platform.windows? do
41-
pending("GH runners seem to have disabled 8.3 support")
4241

4342
# asking for short names only works on paths that exist
4443
base = Puppet::Util::Windows::File.get_short_pathname(tmpdir("env_modules"))

spec/unit/file_system_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -908,8 +908,6 @@ def increment_counter_in_multiple_processes(file, num_procs, options)
908908
end
909909

910910
it 'should expand a shortened path completely, unlike Ruby File.expand_path' do
911-
pending("GH runners seem to have disabled 8.3 support")
912-
913911
tmp_long_dir = tmpdir('super-long-thing-that-Windows-shortens')
914912
short_path = Puppet::Util::Windows::File.get_short_pathname(tmp_long_dir)
915913

spec/unit/util/autoload_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,6 @@ def with_libdir(libdir)
203203
end
204204

205205
it "autoloads from a directory whose ancestor is Windows 8.3", if: Puppet::Util::Platform.windows? do
206-
pending("GH runners seem to have disabled 8.3 support")
207-
208206
# File.expand_path will expand ~ in the last directory component only(!)
209207
# so create an ancestor directory with a long path
210208
dir = File.join(tmpdir('longpath'), 'short')

0 commit comments

Comments
 (0)