[fix](feut) comment out doc gen execution (#32413)
Followup #32384 After doc is removed, the doc generator should be skipped, or FE ut can not run
This commit is contained in:
@ -955,7 +955,7 @@ under the License.
|
||||
<skip>${skip.plugin}</skip>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<!--execution>
|
||||
<id>doc</id>
|
||||
<phase>process-classes</phase>
|
||||
<goals>
|
||||
@ -975,7 +975,7 @@ under the License.
|
||||
</arguments>
|
||||
<skip>${skip.doc}</skip>
|
||||
</configuration>
|
||||
</execution>
|
||||
</execution-->
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user